mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-04-24 23:56:21 +02:00
Restructure examples directory and improve document storage (#189)
* Consolidate tests/ into examples/documents/ * Add line_count and reorder structure keys * Lazy-load documents with _meta.json index * Update demo script and add pre-shipped workspace * Extract shared helpers for JSON reading and meta entry building
This commit is contained in:
parent
74e549a23a
commit
77722838e1
26 changed files with 430 additions and 61 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,16 +1,6 @@
|
|||
.ipynb_checkpoints
|
||||
__pycache__
|
||||
files
|
||||
index
|
||||
temp/*
|
||||
chroma-collections.parquet
|
||||
chroma-embeddings.parquet
|
||||
.DS_Store
|
||||
.env*
|
||||
.venv/
|
||||
notebook
|
||||
SDK/*
|
||||
log/*
|
||||
logs/
|
||||
parts/*
|
||||
json_results/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue