Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ def update_feedback_in_firestore(session_id, conversation_id, feedback):
|
|
| 69 |
class Config:
|
| 70 |
CHUNK_WORDS = 300
|
| 71 |
EMBEDDING_MODEL = "models/text-embedding-004"
|
| 72 |
-
TOP_N =
|
| 73 |
SYSTEM_PROMPT = (
|
| 74 |
"You are a helpful assistant. Answer the question using the provided context below. Answer based on your knowledge if the context given is not enough."
|
| 75 |
)
|
|
|
|
| 69 |
class Config:
|
| 70 |
CHUNK_WORDS = 300
|
| 71 |
EMBEDDING_MODEL = "models/text-embedding-004"
|
| 72 |
+
TOP_N = 5
|
| 73 |
SYSTEM_PROMPT = (
|
| 74 |
"You are a helpful assistant. Answer the question using the provided context below. Answer based on your knowledge if the context given is not enough."
|
| 75 |
)
|