-
Notifications
You must be signed in to change notification settings - Fork 1.2k
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
agno: drop() then create() with a persistence path resurrects 'dropped' data (drop clears memory but leaves index.tvim/docstore.json on disk; LanceDb drop_table deletes it)
bugSomething isn't workingSomething isn't workingStatus: Open.#169 In RyanCodrai/turbovec;docs/api.md Rust drift: flat add/add_with_ids panic on lazy index (needs add_2d, undocumented); allowlist shape formula wrong for duplicate ids (min(k,len) vs min(k,unique))
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#168 In RyanCodrai/turbovec;Haystack write_documents FAIL/NONE is atomic where InMemoryDocumentStore partial-writes (drop-in state divergence on the error path; turbovec's behavior is safer)
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#167 In RyanCodrai/turbovec;Published turbovec crate omits the MIT LICENSE file (lives outside package dir; cargo bundles README but not LICENSE)
bugSomething isn't workingSomething isn't workingStatus: Open.#166 In RyanCodrai/turbovec;LlamaIndex: nested MetadataFilters silently supported (SimpleVectorStore reference raises ValueError); code comment claims 'mirrors SimpleVectorStore'
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#165 In RyanCodrai/turbovec;agno.md Basic usage example calls removed Knowledge.load_text() → AttributeError on current agno (now add_content(text_content=...))
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#164 In RyanCodrai/turbovec;Release-process gaps: macOS wheel + sdist published without install/import test; only py3.11 tested (claims 3.9-3.14); crates.io publishes without running tests / ungated on CI
bugSomething isn't workingSomething isn't workingStatus: Open.#163 In RyanCodrai/turbovec;Rust rustdoc gaps: TurboQuantIndex struct + SearchResults (search return type) undocumented, though api.md points Rust users to rustdoc
documentationImprovements or additions to documentationImprovements or additions to documentationStatus: Open.#162 In RyanCodrai/turbovec;Not thread-safe under concurrent mutation: add+search on a store raises KeyError (index updated before maps, all 4 integrations); rare core 'Already borrowed'
bugSomething isn't workingSomething isn't workingStatus: Open.#161 In RyanCodrai/turbovec;Declared dependency floors are understated: llama-index-core>=0.11, haystack-ai>=2.0, agno>=2.0 all break at the declared minimum
bugSomething isn't workingSomething isn't workingStatus: Open.#160 In RyanCodrai/turbovec;Non-atomic dump/persist: a doc with non-serializable metadata (or any interrupted save) destroys the previously-good store (index written, side-car truncated) — Python analogue of #118
bugSomething isn't workingSomething isn't workingStatus: Open.#159 In RyanCodrai/turbovec;Large RAYON_NUM_THREADS (> ulimit -u) → opaque PanicException on first add() instead of graceful clamp/clear error
bugSomething isn't workingSomething isn't workingStatus: Open.#158 In RyanCodrai/turbovec;