From b431f3f05cb6b02f45dd640b0b4f5b077e4283f0 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Mon, 9 Dec 2024 14:01:55 +0200 Subject: [PATCH 1/2] Add FalkorDB to docs --- docs/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index e4a0a4307a..a0137920ee 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -31,6 +31,7 @@ nav: - ColBERTv2: deep-dive/retrieval_models_clients/ColBERTv2.md - Custom RM Client: deep-dive/retrieval_models_clients/custom-rm-client.md - DatabricksRM: deep-dive/retrieval_models_clients/DatabricksRM.md + - FalkordbRM: deep-dive/retrieval_models_clients/FalkordbRM.md - FaissRM: deep-dive/retrieval_models_clients/FaissRM.md - LancedbRM: deep-dive/retrieval_models_clients/LancedbRM.md - MilvusRM: deep-dive/retrieval_models_clients/MilvusRM.md From b2e4dd6d9bfbb587320df7980d5f6cbd5ab82643 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Mon, 9 Dec 2024 14:03:00 +0200 Subject: [PATCH 2/2] Update readme.md --- examples/integrations/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/integrations/readme.md b/examples/integrations/readme.md index d5abd55521..44d350d081 100644 --- a/examples/integrations/readme.md +++ b/examples/integrations/readme.md @@ -5,6 +5,7 @@ DSPy currently supports integrations with: (sorted alphabetically): - ChromadbRM - LancedbRM - ClarifaiRM +- FalkordbRM - MarqoRM - MongoDBAtlasRM - PineconeRM @@ -12,4 +13,4 @@ DSPy currently supports integrations with: (sorted alphabetically): - VectaraRM - WeaviateRM - YouRM -- MilvusRM \ No newline at end of file +- MilvusRM