Commit Graph

603 Commits

Author SHA1 Message Date
dependabot[bot]
1d4fe3c70e
Bump tornado from 6.3.2 to 6.3.3 in /apps/web-crawl-q-and-a (#694)
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.3.2 to 6.3.3.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.3.2...v6.3.3)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 16:41:38 -07:00
dependabot[bot]
febd649e97
Bump requests from 2.28.2 to 2.31.0 in /apps/chatbot-kickstarter (#702)
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 16:41:23 -07:00
dependabot[bot]
43069905cb
Bump langchain in /apps/enterprise-knowledge-retrieval (#695)
Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.158 to 0.0.246.
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/commits)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 16:39:25 -07:00
dependabot[bot]
a1acbfe106
Bump word-wrap in /apps/file-q-and-a/nextjs-with-flask-server/client (#697)
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 16:39:14 -07:00
dependabot[bot]
0348bb51ae
Bump semver in /apps/file-q-and-a/nextjs-with-flask-server/client (#698)
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 16:39:03 -07:00
Farzad Sunavala
cb46cc46a6
Add Azure Cognitive Search vector database (#569)
* get started azuresearch

* master docs reference

* pablo comments

* replace placeholders with "_"

* azs latest sdk updates

* deep dive link

* openai feedback

* not print the whole vector in console

* cleanup outputs

* cleanup outputs pip
2023-09-11 16:34:15 -07:00
Matthew Jericho Go Sy
b7d3f3519e
Fix File Q&A build error due to removed way of assigning options to the Formidable instance (#372)
* Pass maxFileSize attribute when instantiating IncomingForm()

Assigning a value through `form.maxFileSize` directly no longer works and will result in `Type error: Property 'maxFileSize' does not exist on type 'IncomingForm'.`

* Refactor Formidable instantiation acdg. to example shown in docs

Example usage acdg. to docs: e5e25d2fd9/README.md (formidable--incomingform)
2023-09-11 16:09:00 -07:00
dependabot[bot]
0f7d648975
Bump tornado from 6.2 to 6.3.2 in /apps/web-crawl-q-and-a (#459)
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.2 to 6.3.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.2.0...v6.3.2)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 16:05:37 -07:00
DevilsWorkShop
39b62a6c09
Catch the exception thrown by the With.Open and continue with the queue (#155)
Co-authored-by: Ashok Manghat <amanghat@rmplc.net>
2023-09-11 15:55:57 -07:00
Alvaro Videla
18b7ee5f37
adds devcontainer support for file-q-and-a app (#218) 2023-09-11 15:51:02 -07:00
dongqqcom
d86a0381e6
Add Tair to examples of vector database (#609)
* Add Tair to examples of vector database

* remove hardcoding API keys

* Update examples/vector_databases/tair/Getting_started_with_Tair_and_OpenAI.ipynb

Co-authored-by: Simón Fishman <simonpfish@gmail.com>

* fix: input api key by getpass

* update: input api key by getpass

* update: Adding output of code cells

---------

Co-authored-by: Simón Fishman <simonpfish@gmail.com>
2023-09-11 15:16:00 -07:00
Krista Pratico
240694fa32
[azure] bring your own data example (#654)
* initial commit for bring your own data notebook

* fix words

* add version

* add output from stream

* address review feedback

* edit intro
2023-09-11 15:12:37 -07:00
Puneet Dhiman
e4d0bc169c
Correct spelling mistake in Search_reranking_with_cross-encoders.ipynb (#675) 2023-09-11 15:10:17 -07:00
Stefano Lottini
59011825c3
Updates to CassIO notebook (#684) 2023-09-11 14:59:09 -07:00
Steven Pousty
857b592731
small typoe fix (#688) 2023-09-11 14:57:09 -07:00
Shawn Yuxuan Tong
8daea9ec6f
Update readme specifying Java support of Sematic Kernel (#689)
Sematic Kernel now supports Java.
2023-09-11 14:56:22 -07:00
ys64
7cda7e2df7
add the last chunk to the list of chunks in web-qa.ipynb (#691) 2023-09-11 14:54:40 -07:00
Simón Fishman
5783656852
add descriptions to fine-tuning dataprep notebook (#673) 2023-09-02 08:26:55 -07:00
Simón Fishman
15f3fda4a3
clarify title (#672) 2023-09-01 10:14:11 -07:00
Will DePue
76448de0de
Update Customizing_embeddings.ipynb to be delete long cache output. (#667)
* patch

* remove print statement

---------

Co-authored-by: simonpfish <simonpfish@gmail.com>
2023-08-29 17:50:15 -07:00
Simón Fishman
b2ca4d395c
Revert "File name sanitization (#630)" (#668)
This reverts commit 169f5e02c8.
2023-08-29 17:45:47 -07:00
Stefano Lottini
fae14ddb89
Add Cassandra/Astra DB to the vector databases README (#665)
* Add Cassandra/Astra DB to the vector databases overall README

* Linking to a basic quickstart instead
2023-08-29 15:20:51 -07:00
Liam Thompson
31b4de22a3
Add elasticsearch examples to vector databases folder (#622)
* Add Elasticsearch to vector databases, add notebooks

* Update prompt

* Make intro verbiage more neutral

* Add semantic search notebook outputs

* Add RAG notebook output

* Update query

* Remove unreadable vector output
2023-08-29 10:54:08 -07:00
Safa Asgar
169f5e02c8
File name sanitization (#630)
* File name sanitization

URL containing reserved characters blocks file name creation.

* Regular Expression fix for Sanitized URL

Co-authored-by: Simón Fishman <simonpfish@gmail.com>

---------

Co-authored-by: Simón Fishman <simonpfish@gmail.com>
2023-08-29 10:49:23 -07:00
Stefano Lottini
4d330b82d7
Add Astra DB (/Cassandra) to vector databases with example notebooks (#655)
* first commit for the Astra DB / Cassandra notebooks

* add json with quotes

* towards the final cassIO pilot notebook

* small changes to the copy

* cassIO pilot completed and its readme done

* fix silly markdown error

* fix silly markdown error 2

* astra vector link change and vector search picture improved

* added link to docs for connecting to Cassandra cluster

* CQL version of the flow

* revised readme

* final adjustments around metrics/distances

* links' final version assumes files in openai's main branch

* Add ref to QA+vector general guide; fix prompt; clarified conclusion paragraph; typos
2023-08-29 10:27:49 -07:00
Simón Fishman
2e9704b3b3
update semantic kernel link (#662)
the previous link pointed to a blog with multiple articles. this is a clearer link to point to
2023-08-28 18:32:29 -07:00
recordcrash
1945bfe65c
Fix UTF-8 encoding in Chat_finetuning_data_prep.ipynb (#648) 2023-08-28 18:12:30 -07:00
Eliah Kagan
63f95154b1
Add Tiktokenizer link in "How to count tokens" (#604)
This adds a link to Tiktokenizer webapp as another tool, in
addition to the OpenAI Tokenizer.
2023-08-28 10:28:19 -07:00
Christine Belzie
45c6406e8b
[revise] small edits and fixed typos (#510)
* [revise] made small edits and fixed typos

* fix: revert back to original descriptions

* small language updates

---------

Co-authored-by: Simón Fishman <simonpfish@gmail.com>
2023-08-25 13:08:49 -07:00
Viet Hoang Tran Duong
1ae3bf631b
fix undefined variables in fine tune example (#660)
`create_user_message` and `test_df` are not defined.
2023-08-25 13:03:06 -07:00
Simón Fishman
35b7123faf
update titles (#653) 2023-08-22 16:32:43 -07:00
Simón Fishman
d534c85477
more fine-tuning improvements (#652)
* more fine-tuning improvements

* add links to other resources
2023-08-22 16:27:08 -07:00
Simón Fishman
8ed84645e8
small improvements to the fine-tuning cookbook (#651) 2023-08-22 15:30:03 -07:00
Logan Kilpatrick
64e9471909
update readme to link fine-tuning guide (#650) 2023-08-22 14:09:03 -07:00
simonpfish
cbe292bd93 update fine-tuning cookbook 2023-08-22 13:48:39 -07:00
Michael Wu
a173325830
add ft data prep notebook (#647) 2023-08-22 12:24:42 -07:00
colin-openai
524949f9d1
Pushing cookbook for fine-tuning via ChatCompletion (#646)
* Pushing cookbook for fine-tuning via ChatCompletion

* Add correct file

* Fixed bug with create_prompt function and refactored files
2023-08-22 12:24:22 -07:00
aalmaksour82
a74a7a7940
Fixed JSON formatting bug in arxiv_functions (#562) 2023-08-18 09:26:04 +01:00
Ikko Eltociear Ashimine
6597537307
Fix typo in redis-hybrid-query-examples.ipynb (#642)
bellow -> below
2023-08-17 03:21:48 -07:00
Shyamal H Anadkat
57ec84f016
Update recently added (#641)
* Update recently added

* Update README.md

Co-authored-by: Simón Fishman <simonpfish@gmail.com>

---------

Co-authored-by: Simón Fishman <simonpfish@gmail.com>
2023-08-16 17:59:19 -07:00
Simón Fishman
b3a41db9da
fix date typo (#640) 2023-08-16 17:38:48 -07:00
Shyamal H Anadkat
9f63c4863e
Adds reference to SummEval (#639) 2023-08-16 14:20:22 -07:00
Simón Fishman
1d73635488
various minor improvements (#638) 2023-08-16 10:53:54 -07:00
Shyamal H Anadkat
346617e8fd
adds notebook on abstractive summarization eval (#637) 2023-08-16 10:25:42 -07:00
prestontuggle
4912564dc1
adds one function calling notebook (#629)
* adds one function calling notebook

* reordered imports and ran all cells

* fixed comma error
2023-08-11 20:34:29 -04:00
prestontuggle
0933dd1569
adds two Whisper guides (#628)
* adds two Whisper guides

* polishing

* fixes function argument misordering

---------

Co-authored-by: Ted Sanders <ted@openai.com>
2023-08-11 16:11:19 -04:00
Shantanu Nair
8e6e058c6a
Fix function description (#626) 2023-08-09 10:34:59 -07:00
Ted Sanders
c651bfdda6
Add prompttools to prompting libraries (#620) 2023-08-01 22:51:45 -07:00
Anton Troynikov
3115683f14
Update notebooks (#598) 2023-07-24 15:59:33 -07:00
richzw
964dd85ed3
add tiktoken-go to How_to_count_tokens_with_tiktoken.ipynb (#605) 2023-07-24 15:54:52 -07:00