Skip to content

Kadibia/medichal

Repository files navigation

medichal

project repo: https://github.com/

STEP 01 - Create a conda environment after opening the repository

conda create -n medichal python=3.10 -y
conda activate medichal

STEP 02 - Install the requirements

pip install -r requirements.txt

Create a .env file in the root directory and add your Pinecone & llm credentials (I used mistrai via openrouter) as follows:

PINECONE_API_KEY = "xxxxxxxxxxxx"
OPENROUTER_API_KEY = "xxxxxxxxxx"
# run the following command to store embeddings to pinecone
python store_index.py
#Finally run the following command
python app.py

Now,

open up localhost:8080

Techstack used:

Python LangChain Flask GPT Pinecone

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages