Commit Graph

76 Commits (47f8b30e9c42f351e74d051c1eaced6a02f85d5f)

Author SHA1 Message Date
Ted Sanders 47f8b30e9c Merge pull request #423 from eltociear/patch-4
docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
1 year ago
colin-openai 1815c41536 Merge pull request #415 from joeywhelan/feature-redisqna
Add Redis Q&A example
1 year ago
colin-openai cbcc741307 Merge pull request #408 from joeywhelan/feature-redisjson
Add Redis JSON w/VSS examples
1 year ago
Ikko Eltociear Ashimine de52bcc4d7 docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
futher -> further
1 year ago
joeywhelan 534e5041d4 Fix redisqna 1 year ago
joeywhelan 151a348947 Fix redisjson 1 year ago
Ted Sanders 0c1e9c1080 Merge pull request #374 from wangxuqi/analyticdb_langchain_example
Add QA with Langchain of AnalyticDB  vector store and OpenAI example.
1 year ago
joeywhelan 43fceef9ee Add Redis Q&A example 1 year ago
joeywhelan d509f4a933 Add Redis JSON w/VSS examples 1 year ago
xuqi.wxq 2691ec8bb0 Add QA with Langchain of AnalyticDB vector store and OpenAI example. 1 year ago
joeywhelan 9b64c8a988 Fix Redis supported client list 1 year ago
liuliu 37fd3a6052 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
1 year ago
Ted Sanders 5c540ace7e Merge pull request #361 from eltociear/patch-3
Update Getting_started_with_AnalyticDB_and_OpenAI.ipynb
1 year ago
qingdi 5a46af4f53 🌟 MyScale VectorStore Support (#377)
* add myscale notebook

* add myscale to vector database notebook
1 year ago
Wey Gu 6b64060412 chore: fixed broken URL in markdown 1 year ago
Ikko Eltociear Ashimine 7b5682a584 Update Getting_started_with_AnalyticDB_and_OpenAI.ipynb
PostgresSQL -> PostgreSQL
1 year ago
Ted Sanders 0d27d7b69b updates README table of contents 1 year ago
Logan Kilpatrick 9dcc24051e Merge pull request #341 from jasonbosco/add-typesense-readme
Add README for Typesense
1 year ago
colin-openai f9e2dbd5a9 Merge pull request #238 from liuliuOD/fix/vector_databases
fix: about spelling and command
1 year ago
Jason Bosco e6aa588a03 Add README for Typesense 1 year ago
James Briggs e143a98c99 update wget to new langchain docs url 1 year ago
Ted Sanders 5fd5207192 Merge pull request #321 from wangxuqi/add_analyticdb_vector_database_example
Add getting started with AnalyticDB distributed vector database example
1 year ago
xuqi.wxq 476dd97517 Add getting started with AnalyticDB distributed vector database and OpenAI example. 1 year ago
Anton Troynikov 73577ed68f 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>
1 year ago
liuliu b3b3a1d90d fix: typo, grammar and link
1. examples/.../zilliz/Getting_started_with_Zilliz_and_OpenAI.ipynb
1 year ago
liuliu d7902c06e0 fix: typo and grammar
1. examples/.../zilliz/Filtered_search_with_Zilliz_and_OpenAI.ipynb
1 year ago
liuliu 524c139bc1 revert: spelling adjustment in examples/
1. a -> an in getting-started-with-redis-and-openai.ipynb
1 year ago
Jason Bosco 637cc3f87e Add Typesense example to vector databases (#277)
* Add Typesense example to vector databases

* Fix typo

* Add to intro section
1 year ago
Filip Haltmayer 3905d2fea0 Zilliz integration and Milvus bugfixes (#259)
* integrating zilliz and fixing milvus bugs

Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>

* Adding Milvus and Zilliz notebooks

Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>

* cleaned outputs of shared notebook

Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>

---------

Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
1 year ago
James Briggs 927f677b78 added new notebooks 2 years ago
James Briggs 053740c958 add colab link 2 years ago
James Briggs 27766e15c3 add pinecone readme 2 years ago
liuliu 34367ad85d docs: create a block to show how to export parameter to environment in terminal 2 years ago
liuliu b50ac7dff8 fix: add space in block of python
1. !pip -> ! pip
2 years ago
liuliu 5238623cbf fix: docker-compose up command
1. docker compose -> docker-compose
2 years ago
liuliu 6bf85caa6f docs: fix minor spelling issue 2 years ago
liuliu 8d933edd75 docs: create a block to show how to export parameter to environment in terminal 2 years ago
liuliu 87cc560699 docs: create a block to show how to export parameter to environment in terminal 2 years ago
liuliu 14256c178d docs: highlight tool name and modify spell
1. highlight "Qdrant"
2. modify "REST" to "RESTful"
2 years ago
liuliu d33481caf6 fix: remove unused package import
1. datetime is unused
2 years ago
liuliu e3c3e43703 doc: highlight text and tool name
1. cannot: highlight to enhance the importance
2. Pinecone
2 years ago
liuliu dd5143a8d6 docs: complete the missing symbol * that should be paired in pinecone/Gen_QA.ipynb 2 years ago
colin-openai 37da276cb7 Merge pull request #202 from dandv/patch-1
Weaviate: update links, minor corrections
2 years ago
colin-openai cc4043f031 Merge pull request #133 from filip-halt/milvus_merge
Adding Milvus vector db
2 years ago
Dan Dascalescu 957504a268 Weaviate: update links, minor corrections 2 years ago
shizhediao aac7223fce Update Gen_QA.ipynb 2 years ago
Logan Kilpatrick f31fae1e0b Merge pull request #172 from eltociear/patch-1
fix typo in Gen_QA.ipynb
2 years ago
Kacper Łukawski bfea84538a Add custom prompt template example 2 years ago
Kacper Łukawski f0e64a72e6 Fix typos and increase langchain version to 0.0.100 2 years ago
Ikko Eltociear Ashimine 2c4ff6d49e fix typo in Gen_QA.ipynb
recieve -> receive
2 years ago