You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ The following environment variables are required to run the application:
57
57
-`COLLECTION_NAME`: (Optional) The name of the collection in the vector store. Default value is "testcollection".
58
58
-`CHUNK_SIZE`: (Optional) The size of the chunks for text processing. Default value is "1500".
59
59
-`CHUNK_OVERLAP`: (Optional) The overlap between chunks during text processing. Default value is "100".
60
+
-`RAG_USE_FULL_CONTEXT`: (Optional) Set to "True" to fetch entire context of the file(s) uploaded/referenced into the conversation. Default value is "false" which means it fetches only the top 4 results (top_k=4) of the file based on the user's message.
60
61
-`RAG_UPLOAD_DIR`: (Optional) The directory where uploaded files are stored. Default value is "./uploads/".
61
62
-`PDF_EXTRACT_IMAGES`: (Optional) A boolean value indicating whether to extract images from PDF files. Default value is "False".
62
63
-`DEBUG_RAG_API`: (Optional) Set to "True" to show more verbose logging output in the server console, and to enable postgresql database routes
0 commit comments