13 Commits

Author SHA1 Message Date
Kishore Nallan
02ed6a471b Refactor conversation model. 2024-08-15 22:14:58 +05:30
Ozan Armağan
21500131fd
Fix conversation expire and migration (#1895)
* Fix conversation expire and migration

* Remove unnecessary log

* Fix unused variable

* Remove unimplemented function declerations
2024-08-14 20:49:12 +05:30
Ozan Armağan
0395857601
Fix conversation and conversation model (#1869)
* Fix conversation models and conversations

* Remove unnecessary op in the test

* Fix persistence of conversations

* Fix conversaton swap

* Move TTL and conversation history logic to conversation models

* Fix conversation tests

* Fix tests
2024-08-13 14:43:16 +05:30
Ozan Armağan
7b1ed4ee79
Fix conversation model initialization (#1806)
* Fix conversation model initialization

* Rename `conversation_collection` to `history_collection`
2024-06-27 06:23:05 +05:30
Ozan Armağan
1b4e08b29d
Use collections to store conversations (#1723)
* Use collections to store conversations

* Use conversation model to select conversation history collections

* Fix multi search add conversation call

* Add support for migrating conversation models

* use same suffix for all default conversation collections

* delete `delete_models_With_conversation_collection`
2024-05-14 15:32:35 -04:00
Ozan Armağan
6e24c06e35
Add support for vLLM RAG (#1563)
* Add support for vLLM RAG

* Add `max_bytes` propety for conversation models

* Fix truncate conversation test

* Refactoring
2024-02-26 11:18:14 +05:30
ozanarmagan
f742417443 Make ``ConversationManager`` singleton & update conversation garbage collector thread 2023-12-01 23:44:36 +03:00
ozanarmagan
90f38987dd Use UUID for conversation ids 2023-11-03 00:47:40 +03:00
ozanarmagan
38a02e4bbf Add support to update TTL for conversations 2023-09-17 21:32:30 +03:00
ozanarmagan
230308958b Add TTL for conversations 2023-09-16 18:39:06 +03:00
ozanarmagan
405b0037da Add support for conversation model endpoints + multi search with conversations 2023-09-14 23:09:30 +03:00
ozanarmagan
60be35276f Generate standalone question from chat history + conversation history endpoint 2023-09-06 13:52:09 +03:00
ozanarmagan
589ac8747c Move system_prompt and qa & add support for stoing conversation history and follow up 2023-08-22 20:16:53 +03:00