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
Intent extractor (getzep#101)
* Intent Extractor
* Updated, cleaned up intent_extractor + test
* remove duplicate search test
* Moved the goroutine into Extract, keeping Notify pretty simple
* refactor processing of message intents into separate function to increase readability. refactor error handling to catch all errors.
* group extractor config models
* fix merging issue with metadata maps
* check storeMetadataByPath return value
* better warning for .env file missing
---------
Co-authored-by: Daniel Chalef <[email protected]>
increase makeEmbedRequest and docker-compose health timeouts (getzep#93)
* increase makeEmbedRequest context timeout to 10s
* increase NLP docker-compose health timeouts
Summarizer not summarizing all messages with large batch message puts (……getzep#72)
* refactor GetMemory: simpilify and return all if no summary
* fix summarizer issue with retrieving all msgs. refactor GetMessages
* break up pg operations in order to increase maintainability