From 34da0274de6d4d6a6aceffaaafd6e35ee694ea60 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Sun, 13 Oct 2024 16:47:55 -0700 Subject: [PATCH] docs: Update for docs build (#6980) --- docs/core_docs/docs/integrations/llms/jigsawstack.mdx | 5 +++++ docs/core_docs/docs/integrations/vectorstores/libsql.mdx | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/docs/core_docs/docs/integrations/llms/jigsawstack.mdx b/docs/core_docs/docs/integrations/llms/jigsawstack.mdx index 717df11087ac..1060f55ee323 100644 --- a/docs/core_docs/docs/integrations/llms/jigsawstack.mdx +++ b/docs/core_docs/docs/integrations/llms/jigsawstack.mdx @@ -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) diff --git a/docs/core_docs/docs/integrations/vectorstores/libsql.mdx b/docs/core_docs/docs/integrations/vectorstores/libsql.mdx index 0d138c184220..2d836b54ae04 100644 --- a/docs/core_docs/docs/integrations/vectorstores/libsql.mdx +++ b/docs/core_docs/docs/integrations/vectorstores/libsql.mdx @@ -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)