- Local LLM
- RAG Implementation (text, Pdf)
- UI Client
- Tools Integration (Basic)
- Rag Implementation multiple file types
- Chunking strategies
- API based Tools Integration
- .NET SDK 6.0 or higher
- Python 3.8 or higher
- Docker
- Ollama
- Qdrant
1. Ollama
ollama pull llama3.1:8bollama serve2. Run Qdrant
docker run -p 6333:6333 -p 6334:6334 \
-v $(pwd)/qdrant_storage:/qdrant/storage:z \
qdrant/qdrant3. Run API
dotnet run --project API4. Run Client
ng serveThis project is licensed under the MIT License. See the LICENSE file for details.