Commit Graph

215 Commits (d78bf7e5e075ce341f976e378eb753c5729e129f)
 

Author SHA1 Message Date
Ted Sanders d78bf7e5e0 Ted/chat api (#163)
* adds example for calling ChatGPT API

* updates table of contents with ChatGPT API
1 year ago
colin-openai 741b02c927 Merge pull request #150 from openai/long_document_entity_extraction
Long document entity extraction example
1 year ago
colin-openai 0c1912b8b8 Switching character chunking out for token-based chunking 1 year ago
colin-openai 9f2915b92c Pushing updated version with grammar changes 1 year ago
Logan Kilpatrick f1142cbe44 Merge pull request #156 from JJnotJimmyJohn/patch-1
Changed "the the endpoint" to "to the endpoint"
1 year ago
JJ 312be1f994 Changed "the the endpoint" to "to the endpoint"
Line 14 -> I think it should be "call made to the endpoint" instead of "call made the the endpoint"
1 year ago
colin-openai 2e64a89e3e Notebook demonstrating approach to extracting entities from a long document 1 year ago
Logan Kilpatrick e030442a09 Add comment on where to learn about rate limits 1 year ago
Logan Kilpatrick bbeb26f370 Merge pull request #138 from danielvzh/patch-2
Redefinition of unused 'pd'
1 year ago
Daniel Zhukovsky 215f15795d Redefinition of unused 'pd' 1 year ago
Logan Kilpatrick 318cf3616d Create LICENSE (#136) 1 year ago
Logan Kilpatrick 55616b415d Add in the new Redis notebook to "new" section 1 year ago
colin-openai 7121e73514 Merge pull request #131 from Spartee/add-redis-example
Add Redis example notebooks and READMEs
1 year ago
Sam Partee 7de5f3e169 Add docker-compose and cleanup 1 year ago
Logan Kilpatrick b1b018d72c Merge pull request #132 from openai/logankilpatrick-patch-1
Update README.md to add recently added section with links
1 year ago
Logan Kilpatrick ca184f2660 Update README.md 1 year ago
Logan Kilpatrick c99868eb1a Update README.md 1 year ago
Logan Kilpatrick 19eef362c1 Update README.md 1 year ago
Sam Partee f387d9a8dd Add Redis example notebooks and READMEs 1 year ago
Ted Sanders bc8efd3163 removes deprecated Search function from deprecation code example (#130) 1 year ago
Ted Sanders c8e9ea249c updates docker link to docker.com (#129) 1 year ago
colin-openai 01e0ff2161 Merging Weaviate notebooks to main (#122)
* updates Weaviate vector database Cookbook examples
1 year ago
Ted Sanders 9bfc6ad983 Merge pull request #126 from openai/isa/file-q-and-a-app
File Q and A app
1 year ago
isafulf c8d678bc54 Update README.md 1 year ago
isafulf f453d0154a rename web crawl q and a 1 year ago
isafulf b844afc6d6 File Q and A app 1 year ago
isafulf 3973c85840 solution --> apps 1 year ago
Ted Sanders 32a597484e Merge pull request #100 from scottire/main
Add W&B embedding projector example
1 year ago
Scott Condron 221f5de9f8 Removing top from blurb 1 year ago
Scott Condron 20bff60b98 Add W&B Blurb 1 year ago
colin-openai 9637246ccc Merge pull request #121 from openai/colin
Fixed commented out vector
1 year ago
colin-openai 5b523fca95 Fixed commented out vector 1 year ago
colin-openai 98223aa9f5 Merge pull request #120 from jamescalam/pinecone-gen-qa
added pinecone-openai gen qa example
1 year ago
jamescalam 89203df9ef added pinecone-openai gen qa example 1 year ago
Ted Sanders 52028fad93 Merge pull request #117 from Tobel158/patch-1
Update Question_answering_using_embeddings.ipynb
1 year ago
Ted Sanders 98d313fc83 Merge pull request #114 from openai/98-averages-in-embedding_long_inputsipynb-are-weighted-by-vector-length
Fix weighted average
1 year ago
Tobel 480435aae5 Update Question_answering_using_embeddings.ipynb
remove typo
1 year ago
Filipe de Avila Belbute Peres 451581a2bd Fix weighted average 1 year ago
Ted Sanders 7de1f3c272 Merge pull request #105 from wa11breaker/main
docs: fix example code in fine-tuned_qa section 2.3
1 year ago
Logan Kilpatrick 3cb89d2324 Merge pull request #104 from khaled-wsa/patch-3
Fix UnicodeEncodeError
1 year ago
Logan Kilpatrick 027230baaf Update web-qa.py 1 year ago
Ted Sanders df53afe49b Merge pull request #95 from akshayvkt/patch-1
Updated a markdown in Clustering.ipynb
1 year ago
Ted Sanders 1b0f0fc1b1 Merge pull request #92 from Androbin/patch-1
Encode separator for completions endpoint
1 year ago
Ted Sanders 84abe38bf4 Merge pull request #56 from openai/colin
Initial commit of vector database example with new embeddings
1 year ago
colin-openai 98b0fd176d Pushing update to remove data loading 1 year ago
Logan Kilpatrick 7252e80338 Merge pull request #109 from arinbjornk/patch-1
Remove unmatched closing brackets ")"
1 year ago
Logan Kilpatrick 44665607db Merge pull request #93 from tim0120/patch-1
small grammar fix
1 year ago
Arinbjörn 2e3c6d90c3 Remove unmatched closing brackets ")" 1 year ago
Akshay f50d8a1813 docs: fix example code in fine-tuned_qa section 2.3 1 year ago
khaled-wsa f9ec9af4e0 Fixed UnicodeEncodeError when writing to file
This pull request fixes the UnicodeEncodeError that was occurring when writing to a file. Updated the multiple open() calls to specify UTF-8 encoding.
1 year ago