Kaveen Kumarasinghe
71fa2a63ba
Merge pull request #216 from Hikari-Haru/fix-tqdm
...
Possibly fix some tqdm requirements issues
2 years ago
Kaveen Kumarasinghe
1a63fb84c0
bump gpt-index, better async query support
2 years ago
Rene Teigen
7bac650914
Move tqdm from optional to required
...
Add tqdm to requirements.txt
2 years ago
Kaveen Kumarasinghe
32588fb9ef
bump langchain again
2 years ago
Kaveen Kumarasinghe
bf8574ddfe
better refining for chatgpt model
2 years ago
Kaveen Kumarasinghe
ece8a4094e
bump gpt-index
2 years ago
Kaveen Kumarasinghe
8476579c69
Merge pull request #188 from Kav-K/dependabot/pip/python-dotenv-1.0.0
...
Bump python-dotenv from 0.21.0 to 1.0.0
2 years ago
Kaveen Kumarasinghe
d1ea9868ad
add back token safeguard for search
2 years ago
dependabot[bot]
6c5a84d26b
Bump python-dotenv from 0.21.0 to 1.0.0
...
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv ) from 0.21.0 to 1.0.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases )
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0 )
---
updated-dependencies:
- dependency-name: python-dotenv
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Kaveen Kumarasinghe
13521ab8db
dumb mistake
2 years ago
Kaveen Kumarasinghe
f4ba8447c5
fix deps
2 years ago
Kaveen Kumarasinghe
6941cc30b9
add some more gpt index readers
2 years ago
Kaveen Kumarasinghe
8c81d233f2
bump gpt index
2 years ago
Kaveen Kumarasinghe
1333c58c93
tentative youtube link support for transcribe
2 years ago
Kaveen Kumarasinghe
3ce319b254
chatgpt support for search and indexing
2 years ago
Kaveen Kumarasinghe
8acd838ecd
Revert "Bump py-cord from 2.3.2 to 2.4.0"
2 years ago
Kaveen Kumarasinghe
80e5d743f0
Merge pull request #192 from Kav-K/dependabot/pip/py-cord-2.4.0
...
Bump py-cord from 2.3.2 to 2.4.0
2 years ago
dependabot[bot]
913e0c50ba
Bump py-cord from 2.3.2 to 2.4.0
...
Bumps [py-cord](https://github.com/Pycord-Development/pycord ) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/Pycord-Development/pycord/releases )
- [Changelog](https://github.com/Pycord-Development/pycord/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Pycord-Development/pycord/compare/v2.3.2...v2.4.0 )
---
updated-dependencies:
- dependency-name: py-cord
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
598759a56c
Bump flask from 2.2.2 to 2.2.3
...
Bumps [flask](https://github.com/pallets/flask ) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.2.2...2.2.3 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Kaveen Kumarasinghe
d2cb365baf
bump gpt-index
2 years ago
Kaveen Kumarasinghe
8f4855cacc
bugfixes
2 years ago
Kaveen Kumarasinghe
c80434aa15
bump version and fix requirements
2 years ago
Kaveen Kumarasinghe
10e212a0d5
fix langchain
2 years ago
dependabot[bot]
08f29f400c
Bump protobuf from 3.20.1 to 3.20.2
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.20.1 to 3.20.2.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.20.1...v3.20.2 )
---
updated-dependencies:
- dependency-name: protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Rene Teigen
f5bef32166
Remove extra envs from dockerfile
...
Add missing ffmpeg to docker image
Change compose to use the .env file
Remove old docker workflow
Set arm64 to only be added to release docker images
Push to main and pr's make amd64 docker images only
Update INSTALLATION.md
Add more variables to sample.env
Update requirements.txt to include whisper as a pypi package
Update pyproject.toml with optional dependencies as [full]
Make two docker images, base(865MB) and full(1.69GB)
Add two requirements files as base and full for dependencies
Base doesn't have image, video and audio indexing capability
2 years ago