Skip to content
/ RAGaaS Public

Simple RAG Implementation with Ollama and Qdrant

Notifications You must be signed in to change notification settings

Tanq16/RAGaaS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 25, 2024
35f5a24 · Dec 25, 2024

History

7 Commits
Dec 25, 2024
Nov 3, 2024
Nov 9, 2024
Nov 3, 2024
Nov 9, 2024

Repository files navigation

RAGaaS

With Ollama running and the required models (mxbai-embed-large and llama3.1) are pulled, the image can be built with →

docker builld -t testrag .

Then start a qdrant container with →

docker run -p 6333:6333 -v qdrantdata:/qdrant/storage qdrant/qdrant

Lastly, run the image with →

docker run --rm -v /path/to/your/knowledgebase:/app/docs -i testrag knowledgebasedb

Code explanation in companion blog post.

About

Simple RAG Implementation with Ollama and Qdrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published