Skip to content

ADMIRE-WT/HackRx-LLM-IntelligentQueryRetrievalSystem

 
 

Repository files navigation

HackRx-LLM-IntelligentQueryRetrievalSystem

Install libraries.

for project to work it need basic libraries use this command to install them

python -m venv venv
venv\Script\Activate
cd src/main/webapp/fastapi-llm-backend/utils
pip install -r requirment.txt 

after installation we need Enviromewnt to be setuped.

#your PineCorn api key command if for windows
setx API_KEY_PineCone "your_secret_key"
# >SUCCESS: Specified value was saved.
setx PINECONE_ENV "your_hosted_region"
# >SUCCESS: Specified value was saved.

setx API_KEY_GeminiAi "your Gemini api key"
# >SUCCESS: Specified value was saved.

setx  mongo_auth "your api key"
# >SUCCESS: Specified value was saved.

setx default_token "your key for normal users"
# >SUCCESS: Specified value was saved.

setx API_KEY_Cohere "your_secret_key" 
# >SUCCESS: Specified value was saved.
#this set the enviromewnt variable that can be use later.

run python in virtual enviroment.

run Python Backend First

cd webapp/fastapi-llm-backend
uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.3%
  • Java 49.7%