core[patch], community[patch]: link extraction continue on failure (#17200)

This commit is contained in:
Bagatur
2024-02-07 14:15:30 -08:00
committed by GitHub
parent 2281f00198
commit af74301ab9
3 changed files with 48 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ logger = logging.getLogger(__name__)
class KDBAI(VectorStore):
"""`KDB.AI` vector store [https://kdb.ai](https://kdb.ai)
"""`KDB.AI` vector store.
To use, you should have the `kdbai_client` python package installed.
@@ -25,7 +25,7 @@ class KDBAI(VectorStore):
distance_strategy: One option from DistanceStrategy.EUCLIDEAN_DISTANCE,
DistanceStrategy.DOT_PRODUCT or DistanceStrategy.COSINE.
See the example [notebook](https://github.com/KxSystems/langchain/blob/KDB.AI/docs/docs/integrations/vectorstores/kdbai.ipynb).
See the example https://github.com/KxSystems/langchain/blob/KDB.AI/docs/docs/integrations/vectorstores/kdbai.ipynb.
"""
def __init__(