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
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,11 +187,12 @@ Version 3 includes many changes to type the code, make it more focused/modular,
187
187
188
188
The following new features are in v3:
189
189
190
-
1.`add_url` and `add_file` are now supported for adding from URLs and file objects
191
-
2. Prompts can be customized, and now can be executed pre and post query
192
-
3. Consistent use of `dockey` and `docname` for unique and natural language names enable better tracking with external databases
193
-
4. Texts and embeddings are no longer required to be part of `Docs` object, so you can use external databases or other strategies to manage them
194
-
5. Various simplifications, bug fixes, and performance improvements
190
+
1. Memory is now possible in `query` by setting `Docs(memory=True)` - this means follow-up questions will have a record of the previous question and answer.
191
+
2.`add_url` and `add_file` are now supported for adding from URLs and file objects
192
+
3. Prompts can be customized, and now can be executed pre and post query
193
+
4. Consistent use of `dockey` and `docname` for unique and natural language names enable better tracking with external databases
194
+
5. Texts and embeddings are no longer required to be part of `Docs` object, so you can use external databases or other strategies to manage them
195
+
6. Various simplifications, bug fixes, and performance improvements
0 commit comments