Commit Graph

164 Commits (824953f8fb53122d34fea70c77879a731c69db52)

Author SHA1 Message Date
dmitry-brazhenko be1f1187bd added sharptoken as exampel 1 year ago
Ted Sanders 7622aa1d20 updates description of token counting function 1 year ago
Ted Sanders d972e7482e updates chat guide with gpt-4 and updates token counting function 1 year ago
Ted Sanders b45d2b2346 updates token counting guide 1 year ago
Herobs afa9436334
Add chat endpoint support (#244)
* add chat endpoint support

* supplement comment
1 year ago
Swastik Banerjee 3dde564948
fix iteration error (#208)
* fix iteration error

array iteration error: sentences up till max_len of token exceeds should be returned

* split list once instead of twice

split list once instead of twice and take parsed string up till max token length is exceeded
1 year ago
Ted Sanders feb53449e0
Merge pull request #250 from eltociear/patch-2
Fix typo in Embedding_long_inputs.ipynb
1 year ago
Ted Sanders a101157740 updates token counting function to work with gpt-4 1 year ago
Ikko Eltociear Ashimine 43d0ac230c
Fix typo in Embedding_long_inputs.ipynb
programatically -> programmatically
1 year ago
Ted Sanders 86c739bc46 fixes test/train bug 1 year ago
Ted Sanders 7b097669fe
Merge pull request #228 from MrZilinXiao/main
fix prompt list counter
1 year ago
Ted Sanders d87990fcbd
Merge pull request #227 from liuliuOD/fix/dalle
docs: update dalle example file
1 year ago
Ted Sanders 8c2d52eda4
Merge pull request #226 from liuliuOD/fix/fine-tuned_qa
fix: made some spelling and semantic adjustments
1 year ago
Ted Sanders d9c257c339
Merge pull request #192 from kacperlukawski/qdrant-in-docs
List Qdrant among the other vector databases
1 year ago
Zilin Xiao d2e343153c
fix prompt list counter 1 year ago
liuliu aa42182ae5 docs: update dalle/Image_generations_edits_and_variations_with_DALL-E.ipynb
1. add a terminal command sample about how to export OPENAI_API_KEY to environment
1 year ago
liuliu 23491928cc docs: correct the opposite meaning
1. "to increase the coherence of the text, and the frequency of breaks within the text." -> "to increase the coherence of the text, and decrease the frequency of breaks within the text."
1 year ago
liuliu e257a986cf docs: fix minor spelling issue
1. "to ensure that the examples from the traing set don't feature within the test set." -> "to ensure that the examples from the training set don't feature within the test set."
1 year ago
liuliu 869c745a3c Fix minor spelling issue
the examples from the traing set -> the examples from the training set
1 year ago
BasedLukas 5afbaf3140
Fix minor spelling issue
we check that he separator > we check that the separator
1 year ago
colin-openai c3b920f123
Merge pull request #202 from dandv/patch-1
Weaviate: update links, minor corrections
1 year ago
colin-openai fcc70e762c
Merge pull request #133 from filip-halt/milvus_merge
Adding Milvus vector db
1 year ago
Dan Dascalescu 1ceaa89f3a
Weaviate: update links, minor corrections 1 year ago
Logan Kilpatrick 0272e206f2
Merge pull request #194 from shizhediao/patch-1
Update Gen_QA.ipynb
1 year ago
shizhediao 35f765e218
Update Gen_QA.ipynb 1 year ago
Kacper Łukawski c8a8db7b94 List Qdrant among the other vector databases 1 year ago
ethanknights df79754e03 rm trailing cell 1 year ago
ethanknights f46e2c15b2 company typo 1 year ago
Logan Kilpatrick 38c84ede5f
Merge pull request #172 from eltociear/patch-1
fix typo in Gen_QA.ipynb
2 years ago
colin-openai bd03f796ee
Merge pull request #140 from kacperlukawski/qdrant-notebooks
Add Qdrant notebooks
2 years ago
Kacper Łukawski fa9fded505 Add custom prompt template example 2 years ago
Kacper Łukawski 98b639df22 Fix typos and increase langchain version to 0.0.100 2 years ago
Ted Sanders b92d7e7b92 updates streaming example for chat models 2 years ago
Ikko Eltociear Ashimine 916843f921
fix typo in Gen_QA.ipynb
recieve -> receive
2 years ago
Ted Sanders 8cd6b0f53b adds examples of counting tokens for the ChatGPT API 2 years ago
Ted Sanders 73a64ff7da
Ted/chat api (#163)
* adds example for calling ChatGPT API

* updates table of contents with ChatGPT API
2 years ago
colin-openai 6be0de50e5 Switching character chunking out for token-based chunking 2 years ago
colin-openai 7139df95c3 Pushing updated version with grammar changes 2 years ago
colin-openai 2131c770ea Notebook demonstrating approach to extracting entities from a long document 2 years ago
Kacper Łukawski c1f11dc8f7 Remove the output of pip install command 2 years ago
Kacper Łukawski cfdda833fd Add an example of how to use Langchain with Qdrant and OpenAI embeddings 2 years ago
Kacper Łukawski 878dd10d5c Add "Getting started" notebook for Qdrant 2 years ago
Kacper Łukawski d3da832448 Update Qdrant to 1.0.1 2 years ago
Filip Haltmayer 7198d48994 Add Milvus vector db
Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
2 years ago
colin-openai 9b17d00cab
Merge pull request #131 from Spartee/add-redis-example
Add Redis example notebooks and READMEs
2 years ago
Sam Partee d0dfca2b95 Add docker-compose and cleanup 2 years ago
Sam Partee 36cf06fc0a Add Redis example notebooks and READMEs 2 years ago
Ted Sanders 6b7e5f6695
updates docker link to docker.com (#129) 2 years ago
colin-openai 264bcb03dd
Merging Weaviate notebooks to main (#122)
* updates Weaviate vector database Cookbook examples
2 years ago
Ted Sanders 5b5f228121
Merge pull request #100 from scottire/main
Add W&B embedding projector example
2 years ago