Skip to content

yogeshwaran01/yogan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yogan (Personal AI Assistant)

  • Local LLM
  • RAG Implementation (text, Pdf)
  • UI Client
  • Tools Integration (Basic)
  • Rag Implementation multiple file types
  • Chunking strategies
  • API based Tools Integration

Build and Run Instructions

Prerequisites

  • .NET SDK 6.0 or higher
  • Python 3.8 or higher
  • Docker
  • Ollama
  • Qdrant

Manual Setup (Development)

1. Ollama

ollama pull llama3.1:8b
ollama serve

2. Run Qdrant

docker run -p 6333:6333 -p 6334:6334 \
    -v $(pwd)/qdrant_storage:/qdrant/storage:z \
    qdrant/qdrant

3. Run API

dotnet run --project API

4. Run Client

ng serve

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A Personal AI Assistant (In Dev)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors