Commit Graph

127 Commits

Author SHA1 Message Date
James Briggs
c1bd61f944
updated semantic search notebook (#1033) 2024-02-06 09:31:49 -06:00
Farzad Sunavala
4b352176be
Update Azure Cognitive Search to latest stable/GA Python SDK version + Renaming to Azure AI Search (#924) 2024-02-01 15:58:32 -05:00
Logan Kilpatrick
f1e13cfcc7
Misc updates (#1022) 2024-01-25 11:59:05 -06:00
Adam Hendel
fb077e5e88
Adds Tembo VectorDB to list of vector databases (#940)
Co-authored-by: Shyamal H Anadkat <shyamal@openai.com>
2023-12-20 13:39:08 -08:00
Vince Fulco--Bighire.tools
9cb48596d4
Update generative-search-with-weaviate-and-openai.ipynb (#920) 2023-12-19 11:19:09 -06:00
Greg Richardson
68ff729377
Adds semantic search example using Supabase Vector (#913)
Co-authored-by: Logan Kilpatrick <23kilpatrick23@gmail.com>
2023-12-18 07:56:21 -06:00
Prakul
e766dfae18
Adding MongoDB Atlas to examples of Vector Databases (#874) 2023-12-05 12:56:02 -08:00
Stefano Lottini
d13dc3b557
Cassandra / Astra DB demo notebooks: adapt to OpenAI 1.0, add support for Astra DB HTTP API, and other upgrades (#853) 2023-11-14 13:37:27 -08:00
jhills20
7044eecb98
Added embeddings_utils.py to utils directory, and updated references (#841) 2023-11-10 12:07:25 -05:00
Greg Richardson
90a3037045
Adds Supabase to list of vector databases (#819) 2023-11-07 14:37:46 -08:00
Mayuresh Dharwadkar
354e4f243d
docs: fix typos (#811)
Co-authored-by: Simón Fishman <simonpfish@gmail.com>
2023-10-31 11:37:00 -07:00
pavlovp
683e5f5a71
Update Using_Pinecone_for_embeddings_search.ipynb (#803) 2023-10-19 10:42:13 -07:00
Fayaz Rahman
24b7a8e9b9
Add Deep Lake vector database example (#455) 2023-10-02 11:20:03 -07:00
Daniel
b01738fa1c
Add Neon Postgres to the list of vector databases in the README (#746) 2023-09-29 18:23:01 -07:00
Daniel
63e966d69a
Update Neon cookbook README.md (#747) 2023-09-29 18:22:39 -07:00
Stefano Lottini
1ca286c180
new cassIO connect experience with the newest cassio.init (#745) 2023-09-28 18:00:04 -07:00
Daniel
c3f5e0cd7c
Add Neon Postgres vector database OpenAI cookbook (#690)
Co-authored-by: Simón Fishman <simonpfish@gmail.com>
2023-09-28 17:48:41 -07:00
Saarika Bhasi
4631e1b74a
[elasticsearch] fix typo in signup url (#726)
Co-authored-by: Simón Fishman <simonpfish@gmail.com>
2023-09-27 16:02:50 -07:00
Farzad Sunavala
552262ea89
Minor change to use SearchIndexingBufferedSender to support optimized batch indexing (#712) 2023-09-26 16:43:05 -07:00
Chuong Ho
561efac6d3
Add Mongodb Atlas Vector Search (#734) 2023-09-26 16:22:58 -07:00
Stefano Lottini
ba1e6004c9
Fix spelling error + misplaced copypaste in the CQL notebook (#728) 2023-09-22 10:48:55 -07:00
Farzad Sunavala
cb46cc46a6
Add Azure Cognitive Search vector database (#569)
* get started azuresearch

* master docs reference

* pablo comments

* replace placeholders with "_"

* azs latest sdk updates

* deep dive link

* openai feedback

* not print the whole vector in console

* cleanup outputs

* cleanup outputs pip
2023-09-11 16:34:15 -07:00
dongqqcom
d86a0381e6
Add Tair to examples of vector database (#609)
* Add Tair to examples of vector database

* remove hardcoding API keys

* Update examples/vector_databases/tair/Getting_started_with_Tair_and_OpenAI.ipynb

Co-authored-by: Simón Fishman <simonpfish@gmail.com>

* fix: input api key by getpass

* update: input api key by getpass

* update: Adding output of code cells

---------

Co-authored-by: Simón Fishman <simonpfish@gmail.com>
2023-09-11 15:16:00 -07:00
Stefano Lottini
59011825c3
Updates to CassIO notebook (#684) 2023-09-11 14:59:09 -07:00
Stefano Lottini
fae14ddb89
Add Cassandra/Astra DB to the vector databases README (#665)
* Add Cassandra/Astra DB to the vector databases overall README

* Linking to a basic quickstart instead
2023-08-29 15:20:51 -07:00
Liam Thompson
31b4de22a3
Add elasticsearch examples to vector databases folder (#622)
* Add Elasticsearch to vector databases, add notebooks

* Update prompt

* Make intro verbiage more neutral

* Add semantic search notebook outputs

* Add RAG notebook output

* Update query

* Remove unreadable vector output
2023-08-29 10:54:08 -07:00
Stefano Lottini
4d330b82d7
Add Astra DB (/Cassandra) to vector databases with example notebooks (#655)
* first commit for the Astra DB / Cassandra notebooks

* add json with quotes

* towards the final cassIO pilot notebook

* small changes to the copy

* cassIO pilot completed and its readme done

* fix silly markdown error

* fix silly markdown error 2

* astra vector link change and vector search picture improved

* added link to docs for connecting to Cassandra cluster

* CQL version of the flow

* revised readme

* final adjustments around metrics/distances

* links' final version assumes files in openai's main branch

* Add ref to QA+vector general guide; fix prompt; clarified conclusion paragraph; typos
2023-08-29 10:27:49 -07:00
Ikko Eltociear Ashimine
6597537307
Fix typo in redis-hybrid-query-examples.ipynb (#642)
bellow -> below
2023-08-17 03:21:48 -07:00
Anton Troynikov
3115683f14
Update notebooks (#598) 2023-07-24 15:59:33 -07:00
ancri
b5ea5f3b0e
consolidate Embedding.create calls into one (#543) 2023-07-20 20:20:04 -07:00
Sebastian Witalec
3bd18cc07d
fix markdown typo on a link (#591) 2023-07-17 15:53:44 -07:00
Moiz Sajid
e4c4d3baa9
Updated README.md in examples/vector_databases (#581)
Added the links to the missing vector databases
2023-07-12 12:28:45 -07:00
Ikko Eltociear Ashimine
e983502569
Fix typo in QA_with_Langchain_AnalyticDB_and_OpenAI.ipynb (#582)
futher -> further
2023-07-12 12:28:14 -07:00
liuchengshan-lcs
238ff54fce
Add getting started with PolarDB vector database and OpenAI example. (#489) 2023-07-11 17:13:26 -07:00
Kacper Łukawski
3ce532c03c
Refactor Qdrant notebooks (#556)
* Upgrade Qdrant to 1.3.0

* Adapt the descriptions and run the missing cells
2023-06-29 07:47:18 -07:00
colin-openai
bad59002d1
Splitting Vector Databases into individual cookbooks (#529)
* Initial commit of vector database cookbooks split out individually

* Moved notebooks to each provider's named folder and updated the README

* Removed vector DB overall cookbook in favour of individual directories
2023-06-28 01:37:01 -07:00
Filip Haltmayer
f4c67dff3c
update to token for zilliz (#552)
Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
2023-06-27 12:53:26 -07:00
Michael Yuan
6798e1ca3a
Fix wget download updated parameters (#538) 2023-06-26 01:45:57 -07:00
colin-openai
71a2414134
Merge pull request #417 from michaelskyuan/main
Add notebook with Redis hybrid VSS queries examples
2023-06-16 08:41:40 +01:00
Michael Yuan
32cddbef25 implemented batcher for openai embeddings 2023-05-24 18:44:04 -04:00
Ted Sanders
610f730144
Merge pull request #411 from anshulsharmas/main
Added kusto vector database sample
2023-05-22 16:07:13 -07:00
arno756
83ba1e6f49
Adding SingleStoreDB as a vector database with Python notebook (#402)
* SingleStoreDB folder

* Readme

* Readme with notebook

* S2DB notebook

* Update README.md

* Delete OpenAI_wikipedia semantic_search.ipynb

* Add files via upload

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2023-05-22 16:05:50 -07:00
Sebastian Witalec
6d77a1b93e
Add Generative Search to Weaviate examples + fix authentication examples (#398)
* add Weaviate authentication to client configuration

* add a cookbook for generative search

* fix name
2023-05-22 16:02:28 -07:00
Changgeng Zhao
1000312934
Add Hologres as a vector database with python notebook example (#404)
Co-authored-by: 长更 <zhaochanggeng.zcg@alibaba-inc.com>
2023-05-19 11:16:27 -07:00
Ted Sanders
b90f835fbe
Merge pull request #424 from jamescalam/gpt-4-example-fix
added data creation loop
2023-05-18 17:03:13 -07:00
Ted Sanders
40c39a28a9
Merge pull request #423 from eltociear/patch-4
docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
2023-05-16 16:27:01 -07:00
Michael Yuan
47046a1c86 Changes and additions in response to PR comments 2023-05-16 13:30:14 -04:00
Michael Yuan
ea124a2db3 Changes and additions in response to PR comments 2023-05-16 13:27:16 -04:00
Michael Yuan
f6b67799e9 Changes and additions in response to PR comments 2023-05-16 12:56:57 -04:00
James Briggs
1dd1c0ef33 added data creation loop 2023-05-15 18:10:02 +08:00