Skip to content

🤖 Career Assistant | Gradio, Cohere , Faiss and Langchain

Notifications You must be signed in to change notification settings

pilarcode/rag_pdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Career Assistant

Chatbot to answer questions about the book How women rise

demo

Run the app

cd app
python app_entrypoint.py

To interact with the assistant,open http://localhost:8046 in your browser

Deployment

To generate the containerized app and run it on-prem or on a VM, follow these steps:

  1. Build the Docker image:
docker build -t app .
  1. Run the Docker container:
docker run -it -p 8046:8046 app

Languages