> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# InMemoryVectorStore integration

> Integrate with the InMemoryVectorStore vector store using LangChain Python.

`InMemoryVectorStore` is the ephemeral, in-process vector store in `langchain-core`.

For API details, see the [`InMemoryVectorStore` reference](https://reference.langchain.com/python/langchain-core/vectorstores/in_memory/InMemoryVectorStore).

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/vectorstores/in_memory.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
