Skip to content

Tanq16/RAGaaS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published