0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Run prompt batches in parallel for faster eval runs More... 9 months ago
Add script to evaluate khoj on Google's FRAMES benchmark More... 9 months ago
Only enable prompt tracer if git python is installed More... 9 months ago
Release Khoj version 1.28.1 More... 9 months ago
Move the git python dependency into top level dependencies More... 9 months ago
Release Khoj version 1.28.0 More... 9 months ago
Fix link to code execution feature in docs More... 9 months ago
Research Mode [Part 2]: Improve Prompts, Edit Chat Messages. Set LLM Seed for Reproducibility (#954) More... 9 months ago
Add prompt tracing, agent personality to infer webpage urls chat actor More... 9 months ago
Expect query before tool in response to give think space in research prompt More... 9 months ago
Clean API chat router. Move FeedbackData response type to router helper More... 9 months ago
Merge branch 'improve-debug-reasoning-and-other-misc-fixes' of github.com:khoj-ai/khoj into improve-debug-reasoning-and-other-misc-fixes More... 9 months ago
Limit the number of urls the webscraper can extract for scraping More... 9 months ago
create defiltered query after conversation command is extracted More... 9 months ago
Clarify description of the code evaluation environment: not for document creation More... 9 months ago
Use standard per minute rate limits across user types More... 9 months ago
Simplify logic to get default search model. Remove unused import More... 9 months ago
Merge branch 'master' of github.com:khoj-ai/khoj into improve-debug-reasoning-and-other-misc-fixes More... 9 months ago
Research Mode: Give Khoj the ability to perform more advanced reasoning (#952) More... 9 months ago
When running code, strip any code delimiters. Disable application json type specification in Gemini request. More... 9 months ago
Determine if research mode is enabled by checking the conversation commands and 'linting' them in the selection phase More... 9 months ago
Don't reset research mode after completing research execution More... 9 months ago
Standardize rate limits to 1/6 ratio More... 9 months ago
Add documentation for python code execution capability More... 9 months ago
Do not yaml format raw code results in context for LLM. It's confusing More... 9 months ago
Do not allow auto selecting research mode as tool for now. More... 9 months ago
Simplify in research mode check in api_chat. More... 9 months ago
Add template for a code sandbox to the docker-compose configuration More... 9 months ago
Merge branch 'master' into features/advanced-reasoning More... 9 months ago
Handle case where infer_webpage_url returns no valid urls More... 9 months ago