mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 08:03:39 +00:00
docs: fix kinetica vectorstore typo (#29999)
Description: - fix kinetica vectorstore typo - add links Co-authored-by: jamesongithub@users.noreply.github.com <jamesongithub@users.noreply.github.com>
This commit is contained in:
parent
6177b9f9ab
commit
8c28742980
@ -20,7 +20,7 @@ from langchain_community.chat_models.kinetica import ChatKinetica
|
|||||||
The Kinetca vectorstore wrapper leverages Kinetica's native support for [vector
|
The Kinetca vectorstore wrapper leverages Kinetica's native support for [vector
|
||||||
similarity search](https://docs.kinetica.com/7.2/vector_search/).
|
similarity search](https://docs.kinetica.com/7.2/vector_search/).
|
||||||
|
|
||||||
See [Kinetica Vectorsore API](/docs/integrations/vectorstores/kinetica) for usage.
|
See [Kinetica Vectorstore API](/docs/integrations/vectorstores/kinetica) for usage.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from langchain_community.vectorstores import Kinetica
|
from langchain_community.vectorstores import Kinetica
|
||||||
@ -28,8 +28,8 @@ from langchain_community.vectorstores import Kinetica
|
|||||||
|
|
||||||
## Document Loader
|
## Document Loader
|
||||||
|
|
||||||
The Kinetica Document loader can be used to load LangChain Documents from the
|
The Kinetica Document loader can be used to load LangChain [Documents](https://python.langchain.com/api_reference/core/documents/langchain_core.documents.base.Document.html) from the
|
||||||
Kinetica database.
|
[Kinetica](https://www.kinetica.com/) database.
|
||||||
|
|
||||||
See [Kinetica Document Loader](/docs/integrations/document_loaders/kinetica) for usage
|
See [Kinetica Document Loader](/docs/integrations/document_loaders/kinetica) for usage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user