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

# Adapters Overview

> Adapters and extensions built by the Cognee community

Community-maintained integrations are adapters built and maintained by the Cognee community. These extend Cognee's functionality with additional providers and services.

<Note>
  Community integrations are maintained separately from the core Cognee package. For issues or contributions, visit the [cognee-community repository](https://github.com/topoteretes/cognee-community).
</Note>

## Available Integrations

### Vector Stores

* **[Qdrant](/setup-configuration/community-maintained/qdrant)** — High-performance vector search engine
* **[Redis](/setup-configuration/community-maintained/redis)** — Fast vector similarity search via Redis Search module
* **[Milvus](https://github.com/topoteretes/cognee-community/tree/main/packages/vector/milvus)** — Cloud-native vector database (docs coming soon)
* **[Pinecone](/setup-configuration/community-maintained/pinecone)** — Managed vector database
* **[Weaviate](https://github.com/topoteretes/cognee-community/tree/main/packages/vector/weaviate)** — Open-source vector search engine (docs coming soon)
* **[Azure AI Search](https://github.com/topoteretes/cognee-community/tree/main/packages/vector/azureaisearch)** — Azure cognitive search service (docs coming soon)
* **[OpenSearch](https://github.com/topoteretes/cognee-community/tree/main/packages/vector/opensearch)** — OpenSearch vector engine (docs coming soon)
* **[Turbopuffer](/setup-configuration/community-maintained/turbopuffer)** — High-performance vector database

### Hybrid Stores

* **[DuckDB](https://github.com/topoteretes/cognee-community/tree/main/packages/hybrid/duckdb)** — In-process analytical database (docs coming soon)
* **[FalkorDB](/setup-configuration/community-maintained/falkordb)** — Graph database with vector support (docs coming soon)

### Graph Stores

* **[Memgraph](/setup-configuration/community-maintained/memgraph)** — In-memory graph database
* **[NetworkX](https://github.com/topoteretes/cognee-community/tree/main/packages/graph/networkx)** — Python graph library adapter (docs coming soon)

### Observability

* **[KeywordsAI](https://github.com/topoteretes/cognee-community/tree/main/packages/observability/keywordsai)** — LLM monitoring and analytics (docs coming soon)

## Contributing

To contribute a new community integration:

1. Fork the [cognee-community repository](https://github.com/topoteretes/cognee-community)
2. Follow the adapter development guide
3. Submit a pull request with your integration
4. Add documentation following the existing patterns

## Support

For community integration support:

* Check the integration's README in the repository
* Open issues in the cognee-community repository
* Join the [Discord community](https://discord.gg/cqF6RhDYWz) for help

<Columns cols={2}>
  <Card title="Vector Stores" icon="database" href="/setup-configuration/vector-stores">
    Official vector store providers
  </Card>

  <Card title="Setup Overview" icon="settings" href="/setup-configuration/overview">
    Configuration overview
  </Card>
</Columns>
