Skip to content

shido6/Knowledgebase-embedding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo apt install python3-virtualenv
virtualenv knowowl
source knowowl/bin/activate
pip install --upgrade pip pydantic
pip install -r requirements.txt  # Assuming this includes streamlit, ydata-profiling, and any other required packages not explicitly related to langchain
pip install --upgrade langchain langchain-community langchain-core langchain_community.prompts langchain-openai
pip cache purge  # Optional, based on whether you've encountered issues requiring cache purging
streamlit run app3.py 

#TODO Ollama Pieces. Roles

About

Knowledgebase embedding with your company data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%