Skip to content

SymbiotAI/IntelliFind

Repository files navigation

libraries

$ pip install requests $ pip install streamlit

chromadb

This is the python implementation of a backend API that accepts text queries, and runs them through OpenAI embeddings API and saves the results in ChromaDB

LangChain

$ pip install langchain $ pip install pdfquery

HOW TO RUN THE SERVER:

docker build -t intellifind:dev .
docker run -e OPENAI_API_KEY=$EMBDEDDINGS_OPENAI_API_KEY -v db:/app/db -it -p 88:8080 intellifind:dev

Run docker compose

docker compose up - run with image from ECR docker compose up --build - build image locally and run

About

This is the python implementation of a backend API that accepts text queries, and runs them through OpenAI embeddings API and saves the results in ChromaDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •