cognita
cognita copied to clipboard
RAG (Retrieval Augmented Generation) Framework for building modular, open source applications for production by TrueFoundry
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
See: #190 Starting this is an intial draft to move to poetry TODO: - [ ] Test Dockerfile changes - [ ] Make cognita a publishable package (#191) - We...
As of now, root folder has - An `env.example` file - An `env.local.example` file It would be helpful to clean up the .env sample/example files
For small projects `pip` is great, but for larger projects like this whose (flattened) dependency list is long and will surely keep growing more, it is better to move to...
For higher adoption, you have to have stable releases of Cognita and publish it as a package to `pypi` This is another aspect [SchiPhi's R2R](https://github.com/SciPhi-AI/R2R/tree/main) is taking a lead w.r.t...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...
In order to make it easy to Cognita, it would be awesome to offer & document a quick setup with docker compose and prebuilt docker containers.
Hi Team!! While I was trying to explore Cognita, I have found an error trying to run the retrieval augmented generation locally using ./local/run.py The machine I am using is...