Initial commit
This commit is contained in:
72
.gitignore
vendored
Executable file
72
.gitignore
vendored
Executable file
@@ -0,0 +1,72 @@
|
||||
raw_data/
|
||||
scaling_out/
|
||||
scaling_out_old/
|
||||
sanity_check/
|
||||
demo/indices/
|
||||
# .vscode/
|
||||
*.log
|
||||
*pycache*
|
||||
outputs/
|
||||
*.pkl
|
||||
.history/
|
||||
scripts/
|
||||
lm_eval.egg-info/
|
||||
demo/experiment_results/**/*.json
|
||||
*.jsonl
|
||||
*.sh
|
||||
*.txt
|
||||
!CMakeLists.txt
|
||||
latency_breakdown*.json
|
||||
experiment_results/eval_results/diskann/*.json
|
||||
aws/
|
||||
.venv/
|
||||
.cursor/rules/
|
||||
*.egg-info/
|
||||
skip_reorder_comparison/
|
||||
analysis_results/
|
||||
build/
|
||||
.cache/
|
||||
nprobe_logs/
|
||||
micro/results
|
||||
micro/contriever-INT8
|
||||
*.qdstrm
|
||||
benchmark_results/
|
||||
results/
|
||||
frac_*.png
|
||||
final_in_*.png
|
||||
embedding_comparison_results/
|
||||
*.ind
|
||||
*.gz
|
||||
*.fvecs
|
||||
*.ivecs
|
||||
*.index
|
||||
*.bin
|
||||
|
||||
read_graph
|
||||
analyze_diskann_graph
|
||||
degree_distribution.png
|
||||
micro/degree_distribution.png
|
||||
|
||||
policy_results_*
|
||||
results_*/
|
||||
experiment_results/
|
||||
.DS_Store
|
||||
|
||||
# The above are inherited from old Power RAG repo
|
||||
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
.env
|
||||
|
||||
test_indices*/
|
||||
test_*.py
|
||||
!tests/**
|
||||
packages/leann-backend-diskann/third_party/DiskANN/_deps/
|
||||
Reference in New Issue
Block a user