Skip to content

JKusio/polish-nl-qa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

059d6d9 · Sep 4, 2024

History

57 Commits
Aug 12, 2024
Sep 4, 2024
Aug 24, 2024
Mar 18, 2024
Mar 21, 2024
Mar 18, 2024
Mar 21, 2024
Mar 21, 2024
Mar 23, 2024
Apr 8, 2024
Apr 8, 2024
Mar 17, 2024
Mar 17, 2024
Aug 7, 2024
Jun 24, 2024

Repository files navigation

Polish Natural Language Question Answering with limited context

This is a project to test RAGs for polish language.

Getting started

Follow these steps:

Create a virtual environment

Create a Python 3.12 environment for this project and activate it:

(Replace with 3.12, if you need)

python3.12 -m venv env

Activate it with:

source env/bin/activate

Install dependencies

pip install -r requirements.txt

You can also use Makefile to setup everything for you:

make
source env/bin/activate

This will install all required dependencies and make the project and tools ready to use. It will also instal the mlx package which is optional, but can be used on MacOS for better performance.

Installing ElasticSearch and Qdrant

To start working with ES and QDrant install docker/docker-composer on your system and then run the following command:

docker-compose up -d

or

make up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published