Project that enables for local deployment of full rag backend that performs especially well in Polish language
All services are hosted with openai-compatibile api therefore we can connect to them using unified connectors
- Base llm - Bielik 11b 8bit
- Embeding model - snowflake-arctic-embed-l-v2.0
- Reranker - sdadas/polish-reranker-bge-v2
- Vector database - Qdrant
- Fuzzy search db - Elasticsearch
- App database - Postgres
- Implement Active Directory login
- Implement Auth middleware and JWT generation
- Implement Basic chat view as a native component of the app