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
colin-openai
edfbae1571
Merge pull request #415 from joeywhelan/feature-redisqna
...
Add Redis Q&A example
2023-05-14 20:47:25 +01:00
colin-openai
1eed317bbe
Merge pull request #408 from joeywhelan/feature-redisjson
...
Add Redis JSON w/VSS examples
2023-05-14 20:46:27 +01:00
Ikko Eltociear Ashimine
cd42418444
docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
...
futher -> further
2023-05-14 13:34:02 +09:00
joeywhelan
77276df2b0
Fix redisqna
2023-05-12 13:35:16 -06:00
joeywhelan
f69e8a4ace
Fix redisjson
2023-05-12 12:04:19 -06:00
Ted Sanders
24782325d2
Merge pull request #374 from wangxuqi/analyticdb_langchain_example
...
Add QA with Langchain of AnalyticDB vector store and OpenAI example.
2023-05-12 10:25:31 -07:00
Michael Yuan
95747294f5
Redis hybrid VSS queries notebook
2023-05-11 19:25:59 -04:00
joeywhelan
b3ef4e3ad3
Add Redis Q&A example
2023-05-11 13:48:24 -06:00
Anshul Sharma
7634abf68d
kusto vector sample added
2023-05-11 11:06:34 +08:00
joeywhelan
d505735974
Add Redis JSON w/VSS examples
2023-05-10 12:51:06 -06:00
xuqi.wxq
d12cb6c43b
Add QA with Langchain of AnalyticDB vector store and OpenAI example.
2023-05-06 11:09:56 +08:00
joeywhelan
403b15893c
Fix Redis supported client list
2023-05-03 15:46:46 -06:00
liuliu
abdb53c9b1
fix: some typo and add execution command sample ( #299 )
...
* fix: some typo and add execution command sample
* fix: some typo and add execution command sample
1. hybrid-search-with-weaviate-and-openai.ipynb
* fix: some typo and add execution command sample
1. question-answering-with-weaviate-and-openai.ipynb
2023-05-02 10:43:44 -07:00
Ted Sanders
8b049378cd
Merge pull request #361 from eltociear/patch-3
...
Update Getting_started_with_AnalyticDB_and_OpenAI.ipynb
2023-05-01 16:51:11 -07:00
qingdi
7fcba408f1
🌟 MyScale VectorStore Support ( #377 )
...
* add myscale notebook
* add myscale to vector database notebook
2023-05-01 16:46:51 -07:00
Wey Gu
f8bf577df9
chore: fixed broken URL in markdown
2023-04-24 16:25:15 +08:00
Ikko Eltociear Ashimine
0565b90ddc
Update Getting_started_with_AnalyticDB_and_OpenAI.ipynb
...
PostgresSQL -> PostgreSQL
2023-04-21 03:32:55 +09:00
Ted Sanders
091e8e8579
updates README table of contents
2023-04-14 12:52:53 -07:00
Logan Kilpatrick
028b51f188
Merge pull request #341 from jasonbosco/add-typesense-readme
...
Add README for Typesense
2023-04-14 12:44:21 -05:00
colin-openai
9012742f38
Merge pull request #238 from liuliuOD/fix/vector_databases
...
fix: about spelling and command
2023-04-14 04:35:50 -07:00
Jason Bosco
a98f0d27d7
Add README for Typesense
2023-04-14 11:29:44 +05:30
James Briggs
b71a70a435
update wget to new langchain docs url
2023-04-10 17:57:47 +07:00
Ted Sanders
4c31db4987
Merge pull request #321 from wangxuqi/add_analyticdb_vector_database_example
...
Add getting started with AnalyticDB distributed vector database example
2023-04-07 10:28:30 -07:00
xuqi.wxq
94acedc6ba
Add getting started with AnalyticDB distributed vector database and OpenAI example.
2023-04-07 12:49:39 +08:00
Anton Troynikov
1deea48511
Add Chroma to Vector Database examples ( #262 )
...
* Vector store notebook
* HyDE with Chroma
* Cleaner text
* add swyx edits
* Cleaned up text / outputs
* Spelling nits
* Fixed comment format
---------
Co-authored-by: swyx <shawnthe1@gmail.com>
2023-04-06 16:30:10 -07:00