Skip to content

Chat with directory using LangChain & GPT 3.5 - Any documents inside the directory

Notifications You must be signed in to change notification settings

ThivaV/chat_with_directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat with directory

Chat with directory using LangChain & GPT 3.5 - Any documents inside the directory

  • Setup
    • pip install openai
    • pip install langchain
    • pip install tiktoken
      • tiktoken is a fast BPE tokeniser for use with OpenAI's models
    • pip install pypdf
      • pypdf is a free and open-source pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
    • pip install unstructured[local-inference]
      • It's the command that installs unstructured package. It's for pre-processing text documents such as PDFs, HTML and Word Documents. So, it might be big and have many dependancies since it processes several types of documents
    • pip install gradio
    • pip install chromadb
      • Chroma - the open-source embedding database. The fastest way to build Python or JavaScript LLM apps with memory

About

Chat with directory using LangChain & GPT 3.5 - Any documents inside the directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published