cognee/cognitive_architecture
Boris Arzentar 769d6b5080 feat: add create-memory and remember API endpoints
Add possibility to create a new Vector memory and store text data points using openai embeddings.
2024-02-25 23:56:50 +01:00
..
api/v1/memory feat: add create-memory and remember API endpoints 2024-02-25 23:56:50 +01:00
classifiers feat: add vector database interface 2024-02-22 14:09:16 +01:00
database feat: add create-memory and remember API endpoints 2024-02-25 23:56:50 +01:00
infrastructure/databases feat: add create-memory and remember API endpoints 2024-02-25 23:56:50 +01:00
llm Fixes to database manager 2024-02-20 17:10:14 +01:00
modules feat: add create-memory and remember API endpoints 2024-02-25 23:56:50 +01:00
shared Fixes to database manager 2024-02-20 17:10:14 +01:00
__init__.py Build the docker and push 2023-12-16 15:25:32 +01:00
config.py feat: add create-memory and remember API endpoints 2024-02-25 23:56:50 +01:00
fetch_secret.py Fixes to database manager 2024-02-20 16:29:07 +01:00
openai_tools.py feat: add create-memory and remember API endpoints 2024-02-25 23:56:50 +01:00
presets.py ran black, fixed some linting issues 2024-02-15 18:01:12 +01:00
setup_database.py feat: add create-memory and remember API endpoints 2024-02-25 23:56:50 +01:00
utils.py Fixes to database manager 2024-02-20 16:29:07 +01:00
vectorstore_manager.py fix: add python module resolution root and remove loading of env variables 2024-02-19 18:43:55 +01:00