maozdemir
maozdemir
Move environment variables to the global scope Add a better check for vectorstore existence Introduced a new function for better readability Co-authored-by: Pulp Recreating the PR https://github.com/imartinez/privateGPT/pull/201 due to the...
- Rename the function `does_vectorstore_exist` to `ensure_integrity` for its new purpose. - We have to ensure that the database is intact, in order to use it. - Refactor main function...
On some environments with both Python 2.x and 3.x installed, `pip` will be used for 2.x.
This pull request enables GPU to be used with privateGPT. (along with some `markdownlint` enhancements.) Fixes #121 Fixes #306
Fixes #418 (#415). Fixes #453 As seen in langchain docs: https://github.com/hwchase17/langchain/blob/master/docs/use_cases/question_answering.md
### Discussed in https://github.com/imartinez/privateGPT/discussions/415 Originally posted by **Dougie777** May 23, 2023 Amazing project btw!! I reduced the problem down to a file containing just the copyright character (which tradingview adds...
Fixed the `userCells` selector that was previously failing on gathering users. Using a placeholder number for `totalUserCount` due to the unavailability of the API. Introduced new commands for starting and...
For both 'gpt-4-turbo' and 'gpt-4-turbo-preview', they each have been assigned a max token value of 128000, a prompt price of 10.00 per 1,000,000 units, and a completion price of 30.00...
Needed for changing parameters without constantly scrolling up and down.