Skip to content

Commit

Permalink
Merge pull request sambanova#42 from jhpiedrahitao/jorge/sambaverse
Browse files Browse the repository at this point in the history
feat: Sambaverse endpoint langchain wrapper added
  • Loading branch information
snova-amitk authored Mar 15, 2024
2 parents 1653cfb + 68cf6c8 commit 181a276
Show file tree
Hide file tree
Showing 9 changed files with 620 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data_extraction/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ faiss-cpu==1.7.4
html2text==2020.1.16
unstructured_pytesseract==0.3.12
chromadb==0.4.22
sseclient==0.0.27
sseclient-py==1.8.0
2 changes: 1 addition & 1 deletion edgar_qna/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sec-edgar-downloader==5.0.2
python-dotenv==1.0.0
chromadb==0.4.8
streamlit==1.25.0
sseclient==0.0.27
sseclient-py==1.8.0
3 changes: 1 addition & 2 deletions enterprise_knowledge_retriever/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ PyPDF2==3.0.1
python-dotenv==1.0.0
streamlit-extras
pillow==9.1.0
chromadb==0.4.8
sseclient==0.0.27
sseclient-py==1.8.0
unstructured[pdf]==0.12.4
unstructured_inference==0.7.23
PyMuPDF==1.23.4
Expand Down
2 changes: 1 addition & 1 deletion post_call_analysis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ faiss-cpu==1.7.4
streamlit==1.31.1
streamlit-extras==0.3.6
watchdog==4.0.0
sseclient==0.0.27
sseclient-py==1.8.0
plotly==5.19.0
nbformat==5.9.2
librosa==0.10.1
Expand Down
2 changes: 1 addition & 1 deletion prompt_engineering/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
langchain==0.1.4
python-dotenv==1.0.0
Requests==2.31.0
sseclient==0.0.27
sseclient-py==1.8.0
streamlit==1.25.0
streamlit-extras==0.3.6
pydantic==1.10.14
Expand Down
Loading

0 comments on commit 181a276

Please sign in to comment.