Skip to content

Commit

Permalink
docs: Adds semantic search docs (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Dec 6, 2024
1 parent dd719df commit bbde3ed
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ LangGraph makes it easy to manage conversation [memory](../concepts/memory.md) i
- [How to manage conversation history](manage-conversation-history.ipynb)
- [How to delete messages](delete-messages.ipynb)
- [How to add summary of the conversation history](add-summary-conversation-history.ipynb)
- [How to add long-term memory (cross-thread)](cross-thread-persistence.ipynb)
- [How to use semantic search for long-term memory](semantic-search.ipynb)

### Human-in-the-loop

Expand Down Expand Up @@ -207,4 +209,4 @@ These are the guides for resolving common errors you may find while building wit
- [GRAPH_RECURSION_LIMIT](../troubleshooting/errors/GRAPH_RECURSION_LIMIT.ipynb)
- [INVALID_CONCURRENT_GRAPH_UPDATE](../troubleshooting/errors/INVALID_CONCURRENT_GRAPH_UPDATE.ipynb)
- [INVALID_GRAPH_NODE_RETURN_VALUE](../troubleshooting/errors/INVALID_GRAPH_NODE_RETURN_VALUE.ipynb)
- [MULTIPLE_SUBGRAPHS](../troubleshooting/errors/MULTIPLE_SUBGRAPHS.ipynb)
- [MULTIPLE_SUBGRAPHS](../troubleshooting/errors/MULTIPLE_SUBGRAPHS.ipynb)
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ nav:
- how-tos/manage-conversation-history.ipynb
- how-tos/delete-messages.ipynb
- how-tos/add-summary-conversation-history.ipynb
- how-tos/semantic-search.ipynb
- Human-in-the-loop:
- Human-in-the-loop: how-tos#human-in-the-loop
- how-tos/breakpoints.ipynb
Expand Down
Loading

0 comments on commit bbde3ed

Please sign in to comment.