Commit Graph

42 Commits (35b7123fafd3cb10bb5e30ea01bc78d6d9ee5fb0)

Author SHA1 Message Date
Tomas Dulka 4fd2b1a6d2
replace eval with safer literal_eval (#561) 1 year ago
Ikko Eltociear Ashimine 0d1436b8d9
Fix typo in getEmbeddingsForText.ts (#515)
charcter -> character
1 year ago
Midori 6a45fca718
Fix duplicate "basic" 1 year ago
Victor Duarte e5fef1fd18
Add missing word 1 year ago
chentienan 3a57c9a4a5 FIX: missing pip installs for enterprise_knowledge_retrieval.ipynb
Updated pip installs to include missing dependencies (openai, tiktoken, wget) for enterprise_knowledge_retrieval.ipynb, which were causing the notebook to fail executing.
1 year ago
Ted Sanders a562bae15f fixes bad paths in embeddings playground readme 1 year ago
Ted Sanders 28ab8b5c44
Ted/embeddings playground (#439)
* adds embeddings-playground app

* update table of contents with embeddings playground
1 year ago
Ted Sanders f9d1934708
Merge pull request #430 from Optimized-Coder/patch-2
Update transformers.py
1 year ago
juston b78e9d529b
Update enterprise_knowledge_retrieval.ipynb
Removing some of the scores here; it's cluttering the notebook a bit.
1 year ago
Josh Shepherd ed23dba54b
Update transformers.py
Add explanative docstring to handle_file_string function and move docstrings to below function definition as per pep 257 specification
1 year ago
colin-openai 8d37a0912d
Merge pull request #352 from SmashedFrenzy16/main
Update `chat.py` removing an unnecessary string
1 year ago
colin-openai 12527df1f9
Merge pull request #414 from openai/embedding_retrieval_deep_dive
Pushing enterprise knowledge retrieval to cookbook
1 year ago
colin-openai 9c02c9c44c
Merge pull request #301 from Optimized-Coder/main
Increase readability in chatbot.py
1 year ago
Colin Jarvis 11bc21d878 Pushing updated version with comments fixed 1 year ago
Colin Jarvis 9f71c6b9a0 Added retry decorator to embeddings 1 year ago
Colin Jarvis 5d9e877909 Pushing updates to batch embeddings and clean up evaluation section 1 year ago
Colin Jarvis a3918a9d60 Pushing enterprise knowledge retrieval to cookbook 1 year ago
Darshan Panchal e66613331a
Update requirements.txt
removed html since it was not required
1 year ago
SmashedFrenzy16 d1ecfda195
Update chat.py removing unnecessary string 1 year ago
colin-openai a7d892265e Added tiktoken to requirements file and updated README to include chatbot-kickstarter 1 year ago
Alexander Khapaev ee9b6268d4 Updated the get_domain_hyperlinks function to include handling of tel: links in addition to mailto: links, to exclude them from the clean links list. 2 years ago
isafulf b637c93e74 Update answer_question.py 2 years ago
isafulf 59e10cec11 Update FileQandAArea.tsx 2 years ago
isafulf 1af8aab27d use ChatGPT API in flask app 2 years ago
isafulf fb7a87a8a5 address https://github.com/openai/openai-cookbook/issues/248 2 years ago
isafulf c7384cc353 use ChatGPT API in nextjs example 2 years ago
isafulf 75cc4483d7 address https://github.com/openai/openai-cookbook/issues/159 2 years ago
isafulf 013a52a80d increase OpenAI NodeJS client version 2 years ago
Josh Shepherd 4287b62693
Increase readability to chatbot.py
This is an amazing script and I thought I would give it a huge justice by making it more readable for onlookers
2 years ago
fabiofranco85 5a80ef2571
Improve regex 2 years ago
colin-openai 8a5b4957a3
Merge pull request #206 from openai/getting_started_qanda_chatbot
Chatbot starter app used in conference
2 years ago
William Buck ca9b9d485d
remove duplicate import of `distances_from_embeddings` 2 years ago
Ted Sanders 8f06acdd82
Merge pull request #146 from hunkim/patch-1
Add handling for last chunk in split_into_sentences function
2 years ago
isafulf fc08b09422 Update start 2 years ago
colin-openai 771f108f77 Initial commit of simple app demonstrating chatbot starting point in notebook and Streamlit 2 years ago
JJ 196c22153e
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"
2 years ago
Sung Kim 3210b38e35
Add handling for last chunk in split_into_sentences function
I have added handling for the last chunk in the split_into_sentences function. Previously, the function did not account for the last chunk, which could lead to incomplete sentences in the output.

To solve this, I added a conditional statement to check if the last chunk is non-empty. If it is, I append it to the list of chunks with a period to ensure the last sentence is complete.

This change improves the accuracy of the split_into_sentences function and ensures that all sentences in the input text are properly segmented. Please review and let me know if you have any feedback or concerns.
2 years ago
Logan Kilpatrick 3826607431
Add comment on where to learn about rate limits 2 years ago
Daniel Zhukovsky be9877edbf
Redefinition of unused 'pd' 2 years ago
isafulf daf8e0d011 rename web crawl q and a 2 years ago
isafulf e99e53aa1a File Q and A app 2 years ago
isafulf dad1c6af76 solution --> apps 2 years ago