Skip to content

Commit

Permalink
Adding new GenAI content to the dropdown menu (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Wright <[email protected]>
  • Loading branch information
lidiazuin and AlexicaWright authored Oct 21, 2024
1 parent e6aa1bc commit d7c7d3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/partials/navbar-end.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,12 @@
<div class="navbar-item project">
<span class="project-name" href="/docs/genai">Generative AI</span>
<ul class="project-links">
<li><a href="/docs/neo4j-graphrag-python/current/" class="project-link">Neo4j GraphRAG for Python</a></li>
<li><a href="/docs/genai/tutorials/embeddings-vector-indexes/" class="project-link">Embeddings and vector indexes tutorial</a></li>
<li><a href="/docs/cypher-manual/current/genai-integrations/" class="project-link">GenAI integrations</a></li>
<li><a href="/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/" class="project-link">Vector search indexes</a></li>
<li><a href="/docs/cypher-manual/current/functions/vector/" class="project-link">Vector search functions</a></li>
<li><a href="/docs/graphql/5/directives/indexes-and-constraints/#_vector_index_search" class="project-link">GraphQL vector index search documentation</a></li>
</ul>
</div>

Expand Down

0 comments on commit d7c7d3a

Please sign in to comment.