Skip to content

1.35.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 03:05
· 67 commits to master since this release

🎁 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

🗒️ 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

  1. Enter your khoj container. For Docker users, that's docker exec -it <container_name> bash, where container_name should be filled in with your khoj Docker container name. You can find this by running docker container ls.
  2. 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