Commit Graph

424 Commits

Author SHA1 Message Date
Ted Sanders
7726c45268 Merge pull request #440 from openai/ted-remove-extra-date
remove extraneous date from readme
2023-05-22 14:23:34 -07:00
Ted Sanders
be629bbddf remove extraneous date from readme 2023-05-22 14:23:23 -07:00
Ted Sanders
6d43070464 Ted/embeddings playground (#439)
* adds embeddings-playground app

* update table of contents with embeddings playground
2023-05-19 18:15:24 -07:00
Ted Sanders
b1001e8f58 Merge pull request #438 from openai/ted/update-toc
Update README.md
2023-05-19 16:55:11 -07:00
Ted Sanders
5e7c065dd1 Update README.md
updates table of contents with new additions; combines GPT and ChatGPT sections; moves apps up
2023-05-19 16:54:54 -07:00
Ted Sanders
5163c71492 Merge pull request #437 from openai/ted/update-unit-testing-example
updates unit test writing example to use gpt-3.5-turbo
2023-05-19 16:50:02 -07:00
Ted Sanders
3ac21700bf updates unit test writing example to use gpt-3.5-turbo 2023-05-19 16:49:12 -07:00
Ted Sanders
0c46bcf296 Merge pull request #436 from openai/ted/fix-year-typo
Update README.md
2023-05-19 16:38:25 -07:00
Ted Sanders
2d37b77619 Update README.md 2023-05-19 16:38:14 -07:00
colin-openai
8127428f39 Initial commit of DALL-E and Segment Anything notebook (#406)
* Initial commit of DALL-E and Segment Anything notebook

* Add example images and changed wording of the notebook

* Updated comments and added base images

* minor text amendments

* fix typo

* makes bullets more consistent

* converts title DALLE to DALL·E

* converts DALL-E to DALL·E

* update original DALL-E notebook title

* makes time of writing explicit

* makes intro bullets more consistent

* clarifies which version of Pytorch is appropriate

* moves setup instructions into setup section (to help clarify that they do not need to be done separately from the notebook)

* explains size of model checkpoint file

* code linting

* added more background info in the introduction for folks unfamiliar with segment anything

* adds period to sentence

* updates table of contents with new DALL·E guide

---------

Co-authored-by: Ted Sanders <ted@openai.com>
2023-05-19 11:18:54 -07:00
Changgeng Zhao
5cc4c660f3 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
99f4ab1e31 Merge pull request #430 from Optimized-Coder/patch-2
Update transformers.py
2023-05-18 17:06:11 -07:00
Ted Sanders
def4ac085c Merge pull request #424 from jamescalam/gpt-4-example-fix
added data creation loop
2023-05-18 17:03:13 -07:00
Ted Sanders
264c2e96fa Merge pull request #431 from openai/justonf-patch-1
Update enterprise_knowledge_retrieval.ipynb
2023-05-18 16:24:00 -07:00
juston
5e9f115f84 Update enterprise_knowledge_retrieval.ipynb
Removing some of the scores here; it's cluttering the notebook a bit.
2023-05-18 19:07:19 -04:00
Josh Shepherd
6b00fd6ea8 Update transformers.py
Add explanative docstring to handle_file_string function and move docstrings to below function definition as per pep 257 specification
2023-05-18 13:30:55 +01:00
colin-openai
2020c8ad6e Merge pull request #352 from SmashedFrenzy16/main
Update `chat.py` removing an unnecessary string
2023-05-18 11:25:23 +01:00
Ted Sanders
47f8b30e9c 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
colin-openai
78fd780d80 Merge pull request #414 from openai/embedding_retrieval_deep_dive
Pushing enterprise knowledge retrieval to cookbook
2023-05-15 18:04:56 +01:00
James Briggs
7d92616379 added data creation loop 2023-05-15 18:10:02 +08:00
colin-openai
fd91560a09 Merge pull request #301 from Optimized-Coder/main
Increase readability in chatbot.py
2023-05-14 20:50:07 +01:00
colin-openai
1815c41536 Merge pull request #415 from joeywhelan/feature-redisqna
Add Redis Q&A example
2023-05-14 20:47:25 +01:00
colin-openai
cbcc741307 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
de52bcc4d7 docs: fix typo in QA_with_Langchain_Qdrant_and_OpenAI.ipynb
futher -> further
2023-05-14 13:34:02 +09:00
joeywhelan
534e5041d4 Fix redisqna 2023-05-12 13:35:16 -06:00
joeywhelan
151a348947 Fix redisjson 2023-05-12 12:04:19 -06:00
Ted Sanders
327883cd44 Merge pull request #412 from Darshan016/patch-1
Update requirements.txt
2023-05-12 10:26:23 -07:00
Ted Sanders
0c1e9c1080 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
Colin Jarvis
dfbe09f106 Pushing updated version with comments fixed 2023-05-12 14:37:22 +01:00
Colin Jarvis
da802af763 Added retry decorator to embeddings 2023-05-12 14:30:33 +01:00
Colin Jarvis
eb669367af Pushing updates to batch embeddings and clean up evaluation section 2023-05-12 12:53:06 +01:00
joeywhelan
43fceef9ee Add Redis Q&A example 2023-05-11 13:48:24 -06:00
Colin Jarvis
ab66238d5e Pushing enterprise knowledge retrieval to cookbook 2023-05-11 10:38:30 +01:00
Darshan Panchal
cea88fe1b1 Update requirements.txt
removed html since it was not required
2023-05-11 09:21:34 +05:30
joeywhelan
d509f4a933 Add Redis JSON w/VSS examples 2023-05-10 12:51:06 -06:00
Ted Sanders
d3d8d9742a Merge pull request #401 from openai/ted/new-issue-templates
Update issue templates
2023-05-08 17:44:37 -07:00
Ted Sanders
6b6e8a0e4e Update issue templates
Adds 3 issue templates
2023-05-08 17:44:28 -07:00
Ted Sanders
4ef55e6265 Merge pull request #399 from openai/ted/fix-qa-typo
fixes grammar
2023-05-08 17:16:21 -07:00
Ted Sanders
16868fa4ce fixes grammar 2023-05-08 17:15:58 -07:00
xuqi.wxq
2691ec8bb0 Add QA with Langchain of AnalyticDB vector store and OpenAI example. 2023-05-06 11:09:56 +08:00
Ted Sanders
43a2b00114 Merge pull request #391 from joeywhelan/fix-redisclients
Fix Redis supported client list
2023-05-05 15:27:46 -07:00
aiqinxuancai
4b869a71a3 Update How_to_count_tokens_with_tiktoken.ipynb (#368)
* Update How_to_count_tokens_with_tiktoken.ipynb

add c# tiktoken lib.

* Update How_to_count_tokens_with_tiktoken.ipynb

fix format.

* Update How_to_count_tokens_with_tiktoken.ipynb

fix format.
2023-05-05 13:09:05 -07:00
Ted Sanders
5da484282e Merge pull request #395 from openai/ted/minor-wording-updates-to-qa-notebook
polishes wording in a few places
2023-05-05 13:07:20 -07:00
Ted Sanders
9d5fe7fee0 polishes wording in a few places 2023-05-05 13:06:43 -07:00
joeywhelan
9b64c8a988 Fix Redis supported client list 2023-05-03 15:46:46 -06:00
colin-openai
4e11955316 Merge pull request #390 from acatav/agent_with_langchain_pinecone_docs
[Pinecone]: Add link for creating Pinecone API key and environment variable to pinecone init
2023-05-03 11:32:15 +01:00
Amnon Catav
d55f0c0823 add links to pinecone and add env var to index 2023-05-02 21:55:33 +03:00
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
2023-05-02 10:43:44 -07:00
colin-openai
ded5b0cb3e Merge pull request #356 from openai/conversational_agent_with_tools
Merge conversational LLM with tools example using LangChain
2023-05-02 09:36:56 +01:00
Colin Jarvis
57177d219c Made further wording changes 2023-05-02 09:36:09 +01:00