# Neode ## Docs - [Create an entity](https://docs.neode.ai/api-reference/entities/create-an-entity.md): Manually create an entity. Note: entities are also auto-created when storing triples. - [Delete an entity](https://docs.neode.ai/api-reference/entities/delete-an-entity.md): Delete an entity by ID - [Get an entity](https://docs.neode.ai/api-reference/entities/get-an-entity.md): Get a specific entity by ID - [List entities](https://docs.neode.ai/api-reference/entities/list-entities.md): Search and list entities. Entities are automatically created when triples are stored. - [Update an entity](https://docs.neode.ai/api-reference/entities/update-an-entity.md): Update an existing entity - [Generate triples](https://docs.neode.ai/api-reference/generation/generate-triples.md): Use OpenAI to extract knowledge triples from natural language. Supports web search for real-time information. Streams responses by default, use format=json for non-streaming. - [Create a graph](https://docs.neode.ai/api-reference/graphs/create-a-graph.md): Create a new graph to organize triples - [Delete a graph](https://docs.neode.ai/api-reference/graphs/delete-a-graph.md): Delete a graph and optionally its triples - [Get a graph](https://docs.neode.ai/api-reference/graphs/get-a-graph.md): Get a specific graph by ID with triple count - [List graphs](https://docs.neode.ai/api-reference/graphs/list-graphs.md): List all graphs with triple counts - [Update a graph](https://docs.neode.ai/api-reference/graphs/update-a-graph.md): Update an existing graph - [Create an index](https://docs.neode.ai/api-reference/indexes/create-an-index.md): Create a new index to organize entities - [Delete an index](https://docs.neode.ai/api-reference/indexes/delete-an-index.md): Delete an index and optionally its entities - [Get an index](https://docs.neode.ai/api-reference/indexes/get-an-index.md): Get a specific index by ID with entity count - [List indexes](https://docs.neode.ai/api-reference/indexes/list-indexes.md): List all indexes with entity counts - [Update an index](https://docs.neode.ai/api-reference/indexes/update-an-index.md): Update an existing index - [API Reference](https://docs.neode.ai/api-reference/introduction.md): Complete reference for the Neode REST API - [Semantic search (GET)](https://docs.neode.ai/api-reference/search/semantic-search-get.md): Search across entities, triples, and graphs using natural language. Uses vector embeddings for semantic similarity matching. - [Semantic search (POST)](https://docs.neode.ai/api-reference/search/semantic-search-post.md): Search across entities, triples, and graphs using natural language. Uses vector embeddings for semantic similarity matching. - [Create triples](https://docs.neode.ai/api-reference/triples/create-triples.md): Create one or more triples. Entities are automatically created/disambiguated based on subject and object names. - [Delete triples](https://docs.neode.ai/api-reference/triples/delete-triples.md): Delete one or more triples by ID - [Query triples](https://docs.neode.ai/api-reference/triples/query-triples.md): Retrieve triples with various filtering options. Use this to query your knowledge graph. - [Update a triple](https://docs.neode.ai/api-reference/triples/update-a-triple.md): Update an existing triple by ID - [Core Concepts](https://docs.neode.ai/concepts.md): Understanding triples, entities, indexes, and graphs in Neode - [AI Triple Generation](https://docs.neode.ai/guides/ai-generation.md): Use AI to automatically extract knowledge from natural language - [Managing Entities](https://docs.neode.ai/guides/entities.md): Work with entities - the subjects and objects in your knowledge graph - [Organizing with Graphs](https://docs.neode.ai/guides/graphs.md): Group related triples together using graphs - [Working with Indexes](https://docs.neode.ai/guides/indexes.md): Organize your knowledge into separate namespaces - [Semantic Search](https://docs.neode.ai/guides/semantic-search.md): Search your knowledge graph using meaning, not just keywords - [Working with Triples](https://docs.neode.ai/guides/triples.md): Create, query, update, and delete knowledge triples - [Introduction](https://docs.neode.ai/index.md): AI-powered knowledge graphs for storing, querying, and generating structured knowledge - [Quickstart](https://docs.neode.ai/quickstart.md): Get started with Neode in 5 minutes ## OpenAPI Specs - [openapi](https://docs.neode.ai/api-reference/openapi.json) ## Optional - [Explore](https://neode.ai/explore) - [GitHub](https://github.com/neode-ai)