Delphic icon indicating copy to clipboard operation
Delphic copied to clipboard

Starter App to Build Your Own App to Query Doc Collections with Large Language Models (LLMs) using LlamaIndex, Langchain, OpenAI and more (MIT Licensed)

Results 29 Delphic issues
Sort by recently updated
recently updated
newest added

Bumps [llama-index](https://github.com/jerryjliu/llama_index) from 0.5.25 to 0.7.22. Changelog Sourced from llama-index's changelog. [0.7.22] New Features add ensemble retriever notebook (#7190) DOCS: added local llama2 notebook (#7146) Bug Fixes / Nits Fix...

dependencies
python

Bumps [django](https://github.com/django/django) from 4.1.8 to 4.2.4. Commits 6f4c7c1 [4.2.x] Bumped version for 4.2.4 release. e53d623 [4.2.x] Added release date for 4.2.4. 8808d9d [4.2.x] Fixed #34750 -- Fixed QuerySet.count() when grouping...

dependencies
python

Bumps [django-anymail[mailgun]](https://github.com/anymail/django-anymail) from 9.1 to 10.1. Release notes Sourced from django-anymail[mailgun]'s releases. v10.1 Changelog v10.0 This release switches to modern Python packaging tools, drops compatibility for some seriously outdated environments,...

dependencies
python

Bumps traefik from 2.10.1 to 2.10.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=traefik&package-manager=docker&previous-version=2.10.1&new-version=2.10.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

Require authentication for all money-costing API endpoints Support JWT and API key auth in the API Fixes https://github.com/JSv4/Delphic/issues/37#issuecomment-1537071426

Cannot open a WS connection to a newly uploaded Collection. On the frontend you see this: ![Screen Shot 2023-07-16 at 2 33 57 PM](https://github.com/JSv4/Delphic/assets/7493788/4ac3782d-477c-4353-b96c-fe4f5d3a4b57) On the ASGI/WSGI dev server you...

Hi I managed to get it up and running fairly easily on a M1 Mac. the only issue I'm having is that when I go to index a newly uploaded...

Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.0 to 4.2.0. Changelog Sourced from django-cors-headers's changelog. 4.2.0 (2023-07-10) Drop Python 3.7 support. 4.1.0 (2023-06-14) Support Python 3.12. 4.0.0 (2023-05-12) Add CORS_ALLOW_PRIVATE_NETWORK setting, which enables support...

dependencies
python

I've created a superuser following the instructions in the README (i.e., sudo docker-compose -f local.yml run django python manage.py createsuperuser), but every time I try to log in I get...

Upgrades llama_index version to 0.6.38.post1, fixes https://github.com/JSv4/Delphic/issues/37 The LlamaIndex layout has changed quite a bit recently. These are some minimal changes to stay compatible. More extensive changes would make Delphic...