Skip to content

Commit

Permalink
docs: Update for docs build (#6980)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Oct 13, 2024
1 parent 0c4207b commit 34da027
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/core_docs/docs/integrations/llms/jigsawstack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ export const run = async () => {
console.log({ res });
};
```

## Related

- LLM [conceptual guide](/docs/concepts/#llms)
- LLM [how-to guides](/docs/how_to/#llms)
5 changes: 5 additions & 0 deletions docs/core_docs/docs/integrations/vectorstores/libsql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,8 @@ for (const [doc, score] of similaritySearchWithScoreResults) {
## API reference

For detailed documentation of all `LibSQLVectorStore` features and configurations head to the API reference.

## Related

- Vector store [conceptual guide](/docs/concepts/#vectorstores)
- Vector store [how-to guides](/docs/how_to/#vectorstores)

0 comments on commit 34da027

Please sign in to comment.