-
-
Notifications
You must be signed in to change notification settings - Fork 663
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research Mode [Part 2]: Improve Prompts, Edit Chat Messages. Set LLM Seed for Reproducibility #954
Research Mode [Part 2]: Improve Prompts, Edit Chat Messages. Set LLM Seed for Reproducibility #954
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ac840e - Browse repository at this point
Copy the full SHA 2ac840eView commit details -
Defer turning cursor color to selected agents color for later
Capability exists but idea needs to be investigated further
Configuration menu - View commit details
-
Copy full SHA for 358a6ce - Browse repository at this point
Copy the full SHA 358a6ceView commit details -
Improve handling embedding model config from admin interface
- Allow server to start if loading embedding model fails with an error. This allows fixing the embedding model config via admin panel. Previously server failed to start if embedding model was configured incorrectly. This prevented fixing the model config via admin panel. - Convert boolean string in config json to actual booleans when passed via admin panel as json before passing to model, query configs - Only create default model if no search model configured by admin. Return first created search model if its been configured by admin.
Configuration menu - View commit details
-
Copy full SHA for d44e68b - Browse repository at this point
Copy the full SHA d44e68bView commit details -
Support setting seed for reproducible LLM response generation
Anthropic models do not support seed. But offline, gemini and openai models do. Use these to debug and test Khoj via KHOJ_LLM_SEED env var
Configuration menu - View commit details
-
Copy full SHA for b3a6301 - Browse repository at this point
Copy the full SHA b3a6301View commit details -
Configuration menu - View commit details
-
Copy full SHA for f64f5b3 - Browse repository at this point
Copy the full SHA f64f5b3View commit details -
Store turn id with each chat message. Expose API to delete chat turn
Each chat turn is a user query, khoj response message pair
Configuration menu - View commit details
-
Copy full SHA for ba15686 - Browse repository at this point
Copy the full SHA ba15686View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5a683 - Browse repository at this point
Copy the full SHA ca5a683View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb90abc - Browse repository at this point
Copy the full SHA cb90abcView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8e6ead - Browse repository at this point
Copy the full SHA e8e6eadView commit details -
Configuration menu - View commit details
-
Copy full SHA for e17dc9f - Browse repository at this point
Copy the full SHA e17dc9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a137606 - Browse repository at this point
Copy the full SHA a137606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 559601d - Browse repository at this point
Copy the full SHA 559601dView commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b15176 - Browse repository at this point
Copy the full SHA 5b15176View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89597ae - Browse repository at this point
Copy the full SHA 89597aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52163fe - Browse repository at this point
Copy the full SHA 52163feView commit details -
Improve online chat actor prompt for research and normal mode
- Match the online query generator prompt to match the formatting of extract questions - Separate iteration results by newline - Improve webpage and online tool descriptions
Configuration menu - View commit details
-
Copy full SHA for 302bd51 - Browse repository at this point
Copy the full SHA 302bd51View commit details -
Merge branch 'master' of github.com:khoj-ai/khoj into improve-debug-r…
…easoning-and-other-misc-fixes
Configuration menu - View commit details
-
Copy full SHA for 1924180 - Browse repository at this point
Copy the full SHA 1924180View commit details -
Remove conversation command always in query, filter out inferred quer…
…ies that were not with selected tool when going through tool selection iterations
Configuration menu - View commit details
-
Copy full SHA for 21858ac - Browse repository at this point
Copy the full SHA 21858acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 149cbe1 - Browse repository at this point
Copy the full SHA 149cbe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea94ac - Browse repository at this point
Copy the full SHA 3ea94acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0145b2a - Browse repository at this point
Copy the full SHA 0145b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d36ee - Browse repository at this point
Copy the full SHA 33d36eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc280d - Browse repository at this point
Copy the full SHA 1fc280dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa7f95 - Browse repository at this point
Copy the full SHA ffa7f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a49b6 - Browse repository at this point
Copy the full SHA 23a49b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3dad1f - Browse repository at this point
Copy the full SHA b3dad1fView commit details -
Merge branch 'master' of github.com:khoj-ai/khoj into improve-debug-r…
…easoning-and-other-misc-fixes
Configuration menu - View commit details
-
Copy full SHA for 2b35790 - Browse repository at this point
Copy the full SHA 2b35790View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac21b10 - Browse repository at this point
Copy the full SHA ac21b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7b36d - Browse repository at this point
Copy the full SHA 9c7b36dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b79a9ec - Browse repository at this point
Copy the full SHA b79a9ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 327fcb8 - Browse repository at this point
Copy the full SHA 327fcb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a213b59 - Browse repository at this point
Copy the full SHA a213b59View commit details -
Merge branch 'improve-debug-reasoning-and-other-misc-fixes' of github…
….com:khoj-ai/khoj into improve-debug-reasoning-and-other-misc-fixes
Configuration menu - View commit details
-
Copy full SHA for e6eb87b - Browse repository at this point
Copy the full SHA e6eb87bView commit details
Commits on Nov 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a83bbc - Browse repository at this point
Copy the full SHA 1a83bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab321dc - Browse repository at this point
Copy the full SHA ab321dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14e4530 - Browse repository at this point
Copy the full SHA 14e4530View commit details