graphiti icon indicating copy to clipboard operation
graphiti copied to clipboard

Build Real-Time Knowledge Graphs for AI Agents

Results 121 graphiti issues
Sort by recently updated
recently updated
newest added

See this log output from Graphiti: ``` 2024-10-10 15:59:32 Got a job: (size of remaining queue: 940) 2024-10-10 15:59:47 Got a job: (size of remaining queue: 939) 2024-10-10 15:59:59 Got...

> [!IMPORTANT] > Fixes issue in `zep_graphiti.py` where `embedding_model_name` was not being set in `get_graphiti()`. > > - **Behavior**: > - Fixes issue where `embedding_model_name` was not being set in...

My friend and I love the idea behind graphiti and was trying to test out how we can invalidate the facts using the episode functions, but each episode adds a...

I'm having a lot of trouble using the HTTP server. It has some concepts not explained in the client docs (e.g. "group_id"), and is missing endpoints for client methods (e.g....

Hi, I wonder if you support other model providers that could be store locally. Specially, i do not know how it interacts with other services as you use embeddings for...

Hello, I am playing with the `runner` notebook and I just found that these lines take quite long time: ```python async def ingest_products_data(client: Graphiti): script_dir = Path.cwd().parent json_file_path = script_dir...

Hello, I have started trying `Graphiti` but noticed that the documentation appears to be outdated: - I received this error `TypeError: Graphiti.add_episode() got an unexpected keyword argument 'metadata'` following [this...

Hi team, do we have any examples of integrating autogen with graphiti ?

Getting the following error ``` Received notification from DBMS server: {severity: WARNING} {code: Neo.ClientNotification.Statement.UnknownPropertyKeyWarning} {category: UNRECOGNIZED} {title: The provided property key is not in the database} {description: One of the...

- **Bump version from 0.9.0 to 0.9.1 in pyproject.toml and update google-genai dependency to >=0.1.0** - **Bump version from 0.9.1 to 0.9.2 in pyproject.toml** - **Update google-genai dependency version to...