Skip to content

gauravbodara/rag-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rag-app

Setup Instructions

Before starting the application, add your OPENAI_API_KEY to the rag-be service in docker-compose.yml:

environment:
  - OLLAMA_URL=http://ollama:11434
  - QDRANT_URL=http://qdrant:6333
  - OPENAI_API_KEY=your_openai_api_key_here

Replace your_openai_api_key_here with your actual OpenAI API key.

After setting the API key, start the application using the following command:

docker-compose up -d

This will start all services in detached mode.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors