docs: improve docs for InMemoryVectorStore (#25786)

Closes https://github.com/langchain-ai/langchain/issues/25775
This commit is contained in:
ccurme
2024-08-28 00:12:32 -04:00
committed by GitHub
parent 1023fbc98a
commit 3c784e10a8
2 changed files with 116 additions and 4 deletions

View File

@@ -973,7 +973,7 @@ const FEATURE_TABLES = {
},
{
name: "InMemoryVectorStore",
link: "in_memory",
link: "https://python.langchain.com/v0.2/api_reference/core/vectorstores/langchain_core.vectorstores.in_memory.InMemoryVectorStore.html",
deleteById: true,
filtering: true,
searchByVector: false,