1.35.0
🎁 New
- Allow browsing and discovery of knowledge base in the search page by @sabaimran in #1073
- Add autocomplete suggestions in search page with
file:
prefix by @Yash-1511 in #1030 - Handle additional HTTP redirect status code 308 by @tbelbek in #1088
- Add Delete chat message action to the Obsidian Plugin by @samhoooo in #1076
🎉 New Contributors
- @tbelbek made their first contribution in #1088
- @Yash-1511 made their first contribution in #1030
- @samhoooo made their first contribution in #1076
🗒️ Notes
PR #1073 also contains some changes for how files are processed. During these changes, a side effect of earlier behavior was revealed that some files weren't being fully deleted. A fix has been pushed for this. When you navigate to the new /search
web UI, you might seem some old files that aren't supposed to be there. To fully delete them
- Enter your khoj container. For Docker users, that's
docker exec -it <container_name> bash
, wherecontainer_name
should be filled in with your khoj Docker container name. You can find this by runningdocker container ls
. - Once inside the container, run
python3 src/khoj/manage.py delete_orphaned_files --apply
. You can first run it without--apply
if you want to verify the changes.
That should clear out any of those dangling un-deleted files! Reach out if you have any issues.
Full Changelog: 1.34.0...1.35.0