Skip to content

evanhameed99/rag-qdrant-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rag-qdrant-implementation

Enviroment variables setup

  1. Create a .env file in the root directory.
  2. Pleace the following enviromental variables
OPENAI_API_KEY='<<YOUR_OPENAI_API_KEY>>'
QDRANT_URL='<<YOUR_QDRANT_URL>>'
QDRANT_API_KEY=<<YOUR_QDRANT_API_KEY>>

Install Deps

To install the required packages inside requirements.txt, run:

pip install -r requirements.txt

Running the code.

python main.py

Visual representation

github-large

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages