Spaces:
Runtime error
Runtime error
Commit
·
bd17060
1
Parent(s):
aa98ce6
update prompt for more details
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ index = pinecone.Index(index_name)
|
|
101 |
# print(pinecone.whoami())
|
102 |
# print(index.describe_index_stats())
|
103 |
|
104 |
-
PREFIX = """Answer the following questions as best you can. You must always check internal vector database first and try to answer the question based on the information in internal vector database only.
|
105 |
Only when there is no information available from vector database, you can search information by using another tools.
|
106 |
You have access to the following tools:
|
107 |
|
|
|
101 |
# print(pinecone.whoami())
|
102 |
# print(index.describe_index_stats())
|
103 |
|
104 |
+
PREFIX = """Answer the following questions as best you can with detail information, explanation and source. You must always check internal vector database first and try to answer the question based on the information in internal vector database only.
|
105 |
Only when there is no information available from vector database, you can search information by using another tools.
|
106 |
You have access to the following tools:
|
107 |
|