Skip to content

Commit bdbc6c1

Browse files
committed
feat: Add Dragonfly vector database cookbook with hybrid search examples
1 parent 6d89e11 commit bdbc6c1

File tree

5 files changed

+896
-0
lines changed

5 files changed

+896
-0
lines changed

authors.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,8 @@ daisyshe-oai:
396396
name: "Daisy Sheng"
397397
website: "https://www.linkedin.com/in/daisysheng/"
398398
avatar: "https://avatars.githubusercontent.com/u/212609991?v=4"
399+
400+
vyavdoshenko:
401+
name: "Volodymyr Yavdoshenko"
402+
website: "https://www.linkedin.com/in/volodymyr-yavdoshenko/"
403+
avatar: "https://avatars.githubusercontent.com/u/41993419?v=4"

examples/vector_databases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Each provider has their own named directory, with a standard notebook to introdu
1212
- [Azure AI Search](https://learn.microsoft.com/azure/search/search-get-started-vector)
1313
- [Azure SQL Database](https://learn.microsoft.com/azure/azure-sql/database/ai-artificial-intelligence-intelligent-applications?view=azuresql)
1414
- [Chroma](https://docs.trychroma.com/getting-started)
15+
- [Dragonfly](https://www.dragonflydb.io/docs/)
1516
- [Elasticsearch](https://www.elastic.co/guide/en/elasticsearch/reference/current/knn-search.html)
1617
- [Hologres](https://www.alibabacloud.com/help/en/hologres/latest/procedure-to-use-hologres)
1718
- [Kusto](https://learn.microsoft.com/en-us/azure/data-explorer/web-query-data)

0 commit comments

Comments
 (0)