Ask a question to get started
Enter to sendā¢Shift+Enter new line
Delete a InMemoryVectorStore entry.
delete( ids: Optional[List[str]] = None, **kwargs: Any = {}, ) -> bool
ids
Optional[List[str]]
None
List of IDs (keys in redis) to delete.
**kwargs
Any
{}
Additional keyword arguments. Supports redis_url for Redis connection url (can also be set as an environment variable: REDIS_URL).
redis_url