Spaces:
Sleeping
Sleeping
Deepak Sahu
commited on
Commit
·
fd4f5e8
1
Parent(s):
9222de1
...
Browse files- app.py +2 -2
- requirements.txt +1 -0
app.py
CHANGED
|
@@ -28,8 +28,8 @@ llm = ServerlessInference(vector_store_text=vector_text, vector_store_images=vec
|
|
| 28 |
|
| 29 |
# Processing Functions
|
| 30 |
def update_response(query:str = "something"):
|
| 31 |
-
response_text = llm.perform_rag(query)
|
| 32 |
-
return
|
| 33 |
|
| 34 |
def update_gallery(text:str = "hell"):
|
| 35 |
imgs = [
|
|
|
|
| 28 |
|
| 29 |
# Processing Functions
|
| 30 |
def update_response(query:str = "something"):
|
| 31 |
+
# response_text = llm.perform_rag(query)
|
| 32 |
+
return "hi"
|
| 33 |
|
| 34 |
def update_gallery(text:str = "hell"):
|
| 35 |
imgs = [
|
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ huggingface-hub
|
|
| 3 |
langchain
|
| 4 |
pillow
|
| 5 |
langchain-community
|
|
|
|
| 6 |
sentence-transformers
|
| 7 |
faiss-cpu
|
| 8 |
beautifulsoup4
|
|
|
|
| 3 |
langchain
|
| 4 |
pillow
|
| 5 |
langchain-community
|
| 6 |
+
langchain-huggingface
|
| 7 |
sentence-transformers
|
| 8 |
faiss-cpu
|
| 9 |
beautifulsoup4
|