22 Commits

Author SHA1 Message Date
rkuo-danswer
9105f95d13
Feature/celery refactor ()
* fresh indexing feature branch

* cherry pick test

* Revert "cherry pick test"

This reverts commit 2a624220687affdda3de347e30f2011136f64bda.

* set multitenant so that vespa fields match when indexing

* cleanup pass

* mypy

* pass through env var to control celery indexing concurrency

* comments on task kickoff and some logging improvements

* disentangle configuration for different workers and beats.

* use get_session_with_tenant

* comment out all of update.py

* rename to RedisConnectorIndexingFenceData

* first check num_indexing_workers

* refactor RedisConnectorIndexingFenceData

* comment out on_worker_process_init

* missed a file

* scope db sessions to short lengths

* update launch.json template

* fix types

* code review
2024-10-22 22:57:36 +00:00
Yuhong Sun
6cec31088d
CONTRIBUTING updates () 2024-09-07 14:05:36 -07:00
Yuhong Sun
d60fb15ad3
Allowing users to set Search Settings () 2024-08-10 20:48:58 -07:00
josvdw
f411b9cb55
quality of life improvements for the launch.json template ()
Co-authored-by: Jos Van der westhuizen <jos@danser.ai>
2024-08-08 06:39:30 +00:00
pablodanswer
6d67d472cd
Add answers to search () 2024-08-04 23:02:55 -07:00
Yuhong Sun
08c6e821e7
Merge Sections Logic () 2024-07-10 20:14:02 -07:00
Yuhong Sun
7c8f8dba17
Break the Danswer LLM logging from LiteLLM Verbose () 2024-07-09 18:18:29 -07:00
rashad-danswer
146f85936b
Internet Search Tool ()
---------

Co-authored-by: Weves <chrisweaver101@gmail.com>
2024-07-06 18:01:24 -07:00
hagen-danswer
581cb827bb
added settings and persona seeding options ()
* added settings and persona seeding options

* updated recency_bias

* changed variable type

* another fix

* Update seeding.py

* fixed mypy

* push
2024-07-01 22:22:17 +00:00
pablodanswer
ed550986a6
Feature/assistants ()
* include alternate assisstant

- migrate models
- migrate db

* functional alternate assistant selection

* refactor chat components for persona API

* functional assistants api

* add full functionality- assistants

* add functional assistants dropdown handler

* refactor assistants for full compatability

- hooks
- track the live assistant for edge cases
- UI updates

* add assistant UI features

- Autotab
- Arrow selection
- Icons
- Proper @ detection
- Info Popup

prune unnecessary comments

* functional search toggling for assistants

* add functional cross-page assistants

rebase with main

* add proper interactivity for edge cases

- click outside of input / text box
- "force search" assistant consistency

* refactor alt assistant consistency

* update alembic versions

* rebased

* undo formatting changes

* additional formatting

* current processing

* merge fixes

* formatting

* colors

* 2 -> 1

* 1 -> 2

---------

Co-authored-by: “Pablo <“pablo@danswer.ai”>
2024-06-29 00:18:39 +00:00
Weves
4ba6e45128 Small template fix 2024-06-26 13:58:30 -07:00
Yuhong Sun
7d2b0ffcc5
Developer Env Setup () 2024-06-26 09:45:19 -07:00
Weves
5d552705aa Change EE environment variable name 2024-06-25 16:59:09 -07:00
Weves
1ee8ee9e8b Prepare EE to merge with MIT 2024-06-25 15:07:56 -07:00
Yuhong Sun
92de6acc6f Initial EE features () 2024-06-25 15:07:56 -07:00
Yuhong Sun
7c9d037b7c
Env Template Update () 2024-06-10 14:24:17 -07:00
Yuhong Sun
a2065f018a
Environment Template for VSCode/Cursor () 2024-06-10 13:36:20 -07:00
Yuhong Sun
e89c81de76
Make User Promotion Demotion sync calls () 2024-05-11 16:25:56 -07:00
Yuhong Sun
7a02fd7ad7
Touchups from Contributor PRs () 2024-05-11 15:58:33 -07:00
Yuhong Sun
c6b45a550f
Update Launch Json () 2024-05-10 16:52:10 -07:00
Weves
22f2398269 Make launch.json a template so that devs can customize 2023-09-30 13:45:54 -07:00
meherhendi
1a22666810
Adding vscode run & debug config ()
Also adds `.env` to `.gitignore` files outside of the `deployment` dir
2023-07-26 12:35:31 -07:00