joachim-danswer
0e38898c7a
fixed migration
2025-06-06 16:05:01 -07:00
joachim-danswer
ce6a597eca
mt-test observations/fixes
2025-06-06 13:42:27 -07:00
joachim-danswer
d251ba40ae
update migration
2025-06-06 08:52:22 -07:00
joachim-danswer
26395d81c9
path fix
2025-06-05 22:16:39 -07:00
joachim-danswer
e1a3e11ec9
github error correction 1
2025-06-05 22:11:14 -07:00
joachim-danswer
e013711664
Initial Knowledge Graph Implementation, including:
...
- private schema upgrade
- migration of tenant schema
- extraction & clustering for KG
- Graph for KG Answers
2025-06-05 19:46:50 -07:00
Wenxi
9631f373f0
Restart script clarity ( #4837 )
...
* Add error clarity to restart containers script
* erroneous cleanup on exit
* space
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
---------
Co-authored-by: Wenxi Onyx <wenxi-onyx@Wenxis-MacBook-Pro.local >
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-06-05 19:24:06 -07:00
Wenxi
dc4b9bc003
Fixed indexing when no sites are specified ( #4822 )
...
* Fixed indexing when no sites are specificed
* Added test for Sharepoint all sites index
* Accounted for paginated results.
* Typing
* Typing
---------
Co-authored-by: Wenxi Onyx <wenxi-onyx@Wenxis-MacBook-Pro.local >
2025-06-05 23:25:20 +00:00
Chris Weaver
affb9e6941
Extend the onyx_vespa_schemas.py script ( #4835 )
2025-06-05 22:47:32 +00:00
Chris Weaver
dc542fd7fa
Enable default quantization ( #4815 )
...
* Adjust migration
* update default in form
* Add cloud indices for bfloat16
* Update backend/shared_configs/configs.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Update vespa schema gen script
* Move embedding configs
* Remove unused imports
* remove import from shared configs
* Remove unused model
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-06-05 14:02:08 -07:00
rkuo-danswer
85eeb21b77
add slack percentage progress ( #4809 )
...
* add percentage progress
* range checking
* formatting
* for new channels, skip them if the most recent messages are all from bots
* comments
* bypass bot channels
* code review
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-06-05 17:52:46 +00:00
Rei Meguro
4bb3ee03a0
Update GitHub Connector metadata ( #4769 )
...
* feat: updated github metadata
* feat: nullity check
* feat: more metadata
* feat: userinfo
* test: connector test + more metadata
* feat: num files changed
* feat str
* feat: list of str
2025-06-04 18:33:14 +00:00
Maciej Bryński
1bb23d6837
Upgrade asyncpg for Python 3.12 ( #4699 )
2025-06-04 11:44:52 -07:00
joachim-danswer
f447359815
bump up agent timeouts across the board ( #4821 )
2025-06-04 14:36:46 +00:00
Chris Weaver
094cc940a4
Small embedding model cleanups ( #4820 )
...
* Small embedding model cleanups
* fix
* address greptile
* fix build
2025-06-04 00:10:44 +00:00
joachim-danswer
80ecdb711d
New metadata for Jira for KG ( #4785 )
...
* new metadata components
* nits & tests
2025-06-03 20:12:56 +00:00
Chris Weaver
a599176bbf
Improve reasoning detection ( #4817 )
...
* Improve reasoning detection
* Address greptile comments
* Fix mypy
2025-06-03 20:01:12 +00:00
CaptainJeff
4c93fd448f
fix: updating gemini models ( #4806 )
...
Co-authored-by: Jeffrey Drakos <jeffreydrakos@Jeffreys-MacBook-Pro-2.local >
2025-06-03 11:16:42 -07:00
Chris Weaver
84d916e210
Fix hard delete of agentic chats ( #4803 )
...
* Fix hard delete of agentic chats
* Update backend/tests/integration/tests/chat/test_chat_deletion.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
* Address Greptile comments
* fix tests
---------
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-06-03 11:14:11 -07:00
Weves
f57ed2a8dd
Adjust script
2025-06-02 18:39:00 -07:00
trial-danswer
713889babf
[Connectors][Script] Resume Paused Connectors ( #4798 )
...
* [Connectors][Script] Resume Paused Connectors
* Addressing comment
2025-06-02 18:34:00 -07:00
Weves
58c641d8ec
Remove ordering-only flow
2025-06-02 18:29:42 -07:00
Weves
94985e24c6
Adjust user file access
2025-06-02 17:28:49 -07:00
Evan Lohn
4c71a5f5ff
drive perm sync logs + misc deployment improvements ( #4788 )
...
* some logs
* give postgress more memory
* give postgress more memory
* give postgress more memory
* revert
* give postgress more memory
* bump external access limit
* vespa timeout
* deployment consistency
* bump vespa version
* skip upgrade check
* retry permission by ids
* logs
* fix temp docx file issue
* fix drive file deduping
* RK comments
* mypy
* aggregate logs
2025-06-01 23:36:57 +00:00
rkuo-danswer
b19e3a500b
try fixing slack bot ( #4792 )
...
* try fixing slack bot
* add logging
* just use if
* safe msg get
* .close isn't async
* enforce block list size limit
* various fixes and notes
* don't use self
* switch to punkt_tab
* fix return condition
* synchronize waiting, use non thread local redis locks
* fix log format, make collection copy more explicit for readability
* fix some logging
* unnecessary function
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-31 00:39:14 +00:00
Chris Weaver
267fe027f5
Fix failed docs table ( #4800 )
...
* Fix initial LLM provider set up
* Fix IndexAttemptErrorsModal pagination
2025-05-30 22:19:52 +00:00
Evan Lohn
0d4d8c0d64
jira daylight savings handling ( #4797 )
2025-05-30 19:13:38 +00:00
Chris Weaver
6f9d8c0cff
Simplify passing in of file IDs for filtering ( #4791 )
...
* Simplify passing in of file IDs for filtering
* Address RK comments
2025-05-30 05:08:21 +00:00
Weves
5031096a2b
Fix frozen add token rate limit migration
2025-05-29 22:22:36 -07:00
rkuo-danswer
797e113000
add a comment ( #4789 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-29 14:11:19 -07:00
rkuo-danswer
ef4d5dcec3
new slack rate limiting approach ( #4779 )
...
* fix slack rate limit retry handler for groups
* trying to mitigate memory usage during csv download
* Revert "trying to mitigate memory usage during csv download"
This reverts commit 48262eacf6
.
* integrated approach to rate limiting
* code review
* try no redis setting
* add pytest-dotenv
* add more debugging
* added comments
* add more stats
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-29 19:49:32 +00:00
Evan Lohn
0b5e3e5ee4
skip excel files that openpyxl fails on ( #4787 )
2025-05-29 18:09:46 +00:00
rkuo-danswer
9f72826143
Bugfix/slack bot debugging ( #4782 )
...
* adding some logging
* better var name
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-28 18:43:11 +00:00
rkuo-danswer
16a14bac89
Feature/tenant reporting 2 ( #4750 )
...
* add more info
* fix headers
* add filename as param (merge)
* db manager entry in launch template
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-27 23:24:47 +00:00
Rei Meguro
0b01d7f848
refactor: stream_llm_answer ( #4772 )
...
* refactor: stream_llm_answer
* fix: lambda
* fix: mypy, docstring
2025-05-26 22:29:33 +00:00
rkuo-danswer
23ff3476bc
print sanitized api key to help troubleshoot ( #4764 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-24 22:27:37 +00:00
Chris Weaver
0c7ba8e2ac
Fix/add back search with files ( #4767 )
...
* Allow search w/ user files
* more
* More
* Fix
* Improve prompt
* Combine user files + regular uploaded files
2025-05-24 15:44:39 -07:00
Evan Lohn
dad99cbec7
v1 refresh drive creds during perm sync ( #4768 )
2025-05-23 23:01:26 +00:00
Chris Weaver
3e78c2f087
Fix POSTGRES_IDLE_SESSIONS_TIMEOUT ( #4765 )
2025-05-23 14:55:23 -07:00
rkuo-danswer
b824951c89
add probe signals for beat ( #4760 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-23 01:41:11 +00:00
Evan Lohn
ca20e527fc
fix tool calling for bedrock claude models ( #4761 )
...
* fix tool calling for bedrock claude models
* unit test
* fix unit test
2025-05-23 01:13:18 +00:00
rkuo-danswer
c8e65cce1e
add k8s probes ( #4752 )
...
* add file signals to celery workers
* improve probe script
* cancel tref
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-22 20:21:59 +00:00
rkuo-danswer
6c349687da
improve impersonation logging slightly ( #4758 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-22 11:17:27 -07:00
Rei Meguro
9dbe12cea8
Feat: Search Eval Testing Overhaul (provide ground truth, categorize query, etc.) ( #4739 )
...
* fix: autoflake & import order
* docs: readme
* fix: mypy
* feat: eval
* docs: readme
* fix: oops forgot to remove comment
* fix: typo
* fix: rename var
* updated default config
* fix: config issue
* oops
* fix: black
* fix: eval and config
* feat: non tool calling query mod
2025-05-21 19:25:10 +00:00
rkuo-danswer
e78637d632
mitigate memory usage during csv download ( #4745 )
...
* mitigate memory usage during csv download
* more gc tweaks
* missed some small changes
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-21 00:44:27 +00:00
Evan Lohn
cac03c07f7
v1 answer refactor ( #4721 )
...
* v1 answer refactor
* fix tests
* good catch, tests
* more cleanup
2025-05-20 23:34:27 +00:00
Raunak Bhagat
95dabfaa18
fix: Add back Teams' replies processing ( #4744 )
...
* Add replies to document construction and edit tests
* Update tests
* Add replies processing to teams
* Fix test
* Add try-except block around potential failure
* Update entity-id during ConnectorFailure raise
2025-05-20 22:55:28 +00:00
rkuo-danswer
e92c418e0f
Feature/openapi ( #4710 )
...
* starting openapi support
* fix app / app_fn
* send gitignore
* dedupe function names
* add readme
* modify gitignore
* update launch template
* fix unused path param
* fix mypy
* local tests pass
* first pass at making integration tests work
* fixes
* fix script path
* set python path
* try full path
* fix output dir
* fix integration test
* more build fixes
* add generated directory
* use the config
* add a comment
* add
* modify tsconfig.json
* fix index linting bugs
* tons of lint fixes
* new gitignore
* remove generated dir
* add tasks template
* check for undefined explicitly
* fix hooks.ts
* refactor destructureValue
* improve readme
---------
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-20 21:33:18 +00:00
Chris Weaver
0593d045bf
Fix ext_perm_user sign-up for non multi-tenant ( #4743 )
...
* OAuth w/ external user fix
* Apply to basic auth as well
2025-05-20 20:17:01 +00:00
rkuo-danswer
fff701b0bb
fix slack rate limit retry handler for groups ( #4742 )
...
Co-authored-by: Richard Kuo (Onyx) <rkuo@onyx.app >
2025-05-20 18:54:27 +00:00