8000 Tags · docqai/docq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: docqai/docq

Tags

v0.13.11

Toggle v0.13.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #271 from docqai/feat/file-upload-endpoint

feat: file upload endpoint

v0.13.8

Toggle v0.13.8's commit message
fix(API): error handling to not cover 404 with a 500

v0.13.7

Toggle v0.13.7's commit message
Merge branch 'main' of https://github.com/docqai/docq

v0.13.6

Toggle v0.13.6's commit message
Merge branch 'main' of https://github.com/docqai/docq

v0.13.5

Toggle v0.13.5's commit message
build: bump version

v0.13.4

Toggle v0.13.4's commit message
chore: fix UTM source on home page

v0.13.2

Toggle v0.13.2's commit message
fix: incorrect docq version showing in UI

v0.13.1

Toggle v0.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #268 from docqai/build/update-streamlit-package

refactor: update streamlit version plus improvements to API need by Chrome Ext

v0.12.0

Toggle v0.12.0's commit message
build: bump version to 0.11.0 -> 0.12.0

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: switch shared as to use a Llama Index pipeline implementati…

…on and adopt HyDE. (#259)

* refactor(query): switch to implementation that uses Llama Index pipelines. Switch to HyDE rather than n query rewrite technique. Still running BM25 retrieval also and using reciprocal rank fusion as reranker.
* refactor: fix some undefined type errors
* build: update to Ruff v0.2.2 -> v0.4.4
* build: update llama-index-core from v0.10.39 to v0.10.39
* refactor: split things into files a bit more to avoid circular deps.
* docs(readme): update 2nd level tag line to make it clearer.
* tests: fix failing test from moving some indexing and storage functions to a different file.
* feat: add GPT-4o support
* refactor: move azure env var strings to config file and reference by py variable in code
* update azure_openai_latest setting to use gpt-4o
0