mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
76562f4250
* Initial version - setup a file-push architecture for generating embeddings with Khoj * Use state.host and state.port for configuring the URL for the indexer * Fix parsing of PDF files * Read markdown files from streamed data and update unit tests * On application startup, load in embeddings from configurations files, rather than regenerating the corpus based on file system * Init: refactor indexer/batch endpoint to support a generic file ingestion format * Add features to better support indexing from files sent by the desktop client * Initial commit with Electron application - Adds electron app * Add import for pymupdf, remove import for pypdf * Allow user to configure khoj host URL * Remove search type configuration from index.html * Use v1 path for current indexer routes
39 lines
561 B
Text
39 lines
561 B
Text
# Khoj artifacts
|
|
*.gz
|
|
*.pt
|
|
tests/data/models
|
|
tests/data/embeddings
|
|
|
|
# External app artifacts
|
|
__pycache__
|
|
.DS_Store
|
|
.emacs.desktop*
|
|
*.py[cod]
|
|
.vscode
|
|
.env
|
|
.venv/*
|
|
todesktop.json
|
|
|
|
# Build artifacts
|
|
/src/khoj/interface/web/images
|
|
/build/
|
|
/dist/
|
|
khoj_assistant.egg-info
|
|
/config/khoj*.yml
|
|
.pytest_cache
|
|
khoj.log
|
|
|
|
# Obsidian plugin artifacts
|
|
# ---
|
|
# npm
|
|
node_modules
|
|
|
|
# Don't include the compiled obsidian main.js file in the repo.
|
|
# They should be uploaded to GitHub releases instead.
|
|
src/interface/obsidian/main.js
|
|
|
|
# Exclude sourcemaps
|
|
*.map
|
|
|
|
# obsidian
|
|
data.json
|