Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.4.5 | Increased Precision in Context Retrieval; Resolves Deprecation Warnings, Dependabot PRs #185

Merged
merged 11 commits into from
Aug 25, 2024

Conversation

dependabot bot and others added 8 commits August 25, 2024 01:36
Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.14.10 to 0.15.7.
- [Release notes](https://github.com/Unstructured-IO/unstructured/releases)
- [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md)
- [Commits](Unstructured-IO/unstructured@0.14.10...0.15.7)

---
updated-dependencies:
- dependency-name: unstructured
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 73.0.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v70.3.0...v73.0.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the pip group with 3 updates in the / directory: [streamlit](https://github.com/streamlit/streamlit), [aiohttp](https://github.com/aio-libs/aiohttp) and [nltk](https://github.com/nltk/nltk).


Updates `streamlit` from 1.35.0 to 1.37.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](streamlit/streamlit@1.35.0...1.37.0)

Updates `aiohttp` from 3.10.3 to 3.10.5
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.3...v3.10.5)

Updates `nltk` from 3.8.1 to 3.9
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](nltk/nltk@3.8.1...3.9)

---
updated-dependencies:
- dependency-name: streamlit
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: aiohttp
  dependency-type: indirect
  dependency-group: pip
- dependency-name: nltk
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Expanded supported file types for file uploads and revised help text to provide clearer guidance on processing speed and file considerations.
@Daethyra Daethyra changed the title 4.4.5 4.4.5 | Increased Precision in Context Retrieval; Resolves Deprecation Warnings, Dependabot PRs Aug 25, 2024
Fine-tuned search parameters in the retriever class to enhance efficiency: reduced 'k' from 5 to 3, 'fetch_k' from 13 to 7, and 'lambda_mult' from 0.5 to 0.2.
Adjusted the chunk size and overlap parameters in the text splitter utility function to improve processing efficiency. Increased chunk_size from 2500 to 10000 and chunk_overlap from 50 to 1000 for better performance during document retrieval.
@Daethyra Daethyra added refactor Needs reworking, or is already reworked dependencies Pull requests that update a dependency file Configuration Altered an application configuration setting labels Aug 25, 2024
@Daethyra Daethyra linked an issue Aug 25, 2024 that may be closed by this pull request
@Daethyra Daethyra self-assigned this Aug 25, 2024
Added `langchain-unstructured` and `langchain-huggingface` to `pyproject.toml` and replaced deprecated import statements in `utility_funcs.py`
@Daethyra Daethyra marked this pull request as ready for review August 25, 2024 03:37
@Daethyra Daethyra merged commit e77aad5 into streamlit Aug 25, 2024
3 checks passed
@Daethyra Daethyra mentioned this pull request Aug 25, 2024
Daethyra added a commit that referenced this pull request Aug 25, 2024
Update project version. Forgot to do that in the original #185.
Daethyra added a commit that referenced this pull request Aug 25, 2024
…RAGbot

Reverts import statement and class call changes from #185
Daethyra added a commit that referenced this pull request Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Configuration Altered an application configuration setting dependencies Pull requests that update a dependency file refactor Needs reworking, or is already reworked
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Multiple Deprecation Warnings | Requires Code Refactor
1 participant