17 Commits

Author SHA1 Message Date
dependabot[bot]
cfb13189fc
Bump semver from 6.3.0 to 6.3.1 in /apps/file-q-and-a/nextjs (#701)
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:44:29 -07:00
dependabot[bot]
1efaae590b
Bump word-wrap from 1.2.3 to 1.2.5 in /apps/file-q-and-a/nextjs (#700)
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:44:22 -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
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
Alvaro Videla
18b7ee5f37
adds devcontainer support for file-q-and-a app (#218) 2023-09-11 15:51:02 -07:00
Ikko Eltociear Ashimine
0d1436b8d9
Fix typo in getEmbeddingsForText.ts (#515)
charcter -> character
2023-06-16 18:31:53 -07:00
isafulf
b637c93e74 Update answer_question.py 2023-04-02 17:33:25 -07:00
isafulf
59e10cec11 Update FileQandAArea.tsx 2023-04-02 17:32:37 -07:00
isafulf
1af8aab27d use ChatGPT API in flask app 2023-04-02 17:29:19 -07:00
isafulf
fb7a87a8a5 address https://github.com/openai/openai-cookbook/issues/248 2023-04-02 17:28:52 -07:00
isafulf
c7384cc353 use ChatGPT API in nextjs example 2023-04-02 17:28:29 -07:00
isafulf
75cc4483d7 address https://github.com/openai/openai-cookbook/issues/159 2023-04-02 17:26:53 -07:00
isafulf
013a52a80d increase OpenAI NodeJS client version 2023-04-02 17:26:19 -07:00
isafulf
fc08b09422 Update start 2023-03-12 19:15:13 -04:00
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"
2023-02-23 12:14:59 -08:00
isafulf
e99e53aa1a File Q and A app 2023-02-11 16:29:30 -08:00