//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileHeaderAlt
by @jakesimonds.com
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
Profile
Loading...
She/her Open Sourceress at @llamaindex.bsky.social Girly dev who likes AI and python๐Ÿ’…๐Ÿ’ป Find out more here ๐Ÿ‘‰ clelia.dev
Clelia Astra Bertelli








Loading...
Our OSS engineer @cle-does-things.bsky.social recently built ๐—น๐—ถ๐˜๐—ฒ๐˜€๐—ฒ๐—ฎ๐—ฟ๐—ฐ๐—ต, a fully local document ingestion and retrieval CLI/TUI application powered by LiteParse โšก litesearch demonstrates how developers can assemble a high-performance, local-first pipeline using tools from across the ecosystem:
Find all the code on GitHub: github.com/AstraBert/l...
- Parse your unstructured documents with LiteParse, the lightning fast parser that we just open sourced at @llamaindex.bsky.social - Chunk with @chonkie.bsky.social - Embed with a local model through @hf.co transformers.js
โœ… Success โ†’ ๐š›๐šŽ๐š๐šž๐š›๐š— ๐™พ๐š”(๐šƒ) โŒ Error โ†’ ๐š›๐šŽ๐š๐šž๐š›๐š— ๐™ด๐š›๐š›(๐š–๐šŽ๐šœ๐šœ๐šŠ๐š๐šŽ) This helps with control flow if you're trying to achieve a more monadic-style error handling. ๐Ÿ“ฆ Install: uv add better-result-py ๐Ÿ‘ฉโ€๐Ÿ’ป Repo: github.com/AstraBert/b...
๐Ÿš€ New release: ๐—ฏ๐—ฒ๐˜๐˜๐—ฒ๐—ฟ-๐—ฟ๐—ฒ๐˜€๐˜‚๐—น๐˜-๐—ฝ๐˜† ๐˜ƒ๐Ÿญ.๐Ÿญ.๐Ÿฌ Inspired by the better-result library in the JS ecosystem, I built better-result-py to bring a Rust-style Result type to Python. With v1.1.0, I introduced the ๐™พ๐š” and ๐™ด๐š›๐š› classes to make control flow clearer and more explicit:
The voice agent we built: - Takes voice command from terminal - Calls tools to explore available files and parse them, powered by LiteParse, our fully-local parser - Live-updates you on its task๐Ÿ”Š Take a look at the demoโ˜๏ธ Repo: github.com/run-llama/v...
- Store embeddings in a local @qdrant.bsky.social edge shard (custom-built in Rust and compiled as a native add-on๐Ÿฆ€) - Retrieve from stored files with (optional) path-based filtering and a relevance threshold The app runs on @bun.sh, so make sure you have it installed๐Ÿฅž
Hey there ๐Ÿ‘‹ , I built ๐—น๐—ถ๐˜๐—ฒ๐˜€๐—ฒ๐—ฎ๐—ฟ๐—ฐ๐—ต, a fully local document ingestion and retrieval CLI and TUI app, powered by LiteParseโšก
The Google DeepMind team really cooked with Gemini 3.1 in the Live API: it's fast and the output quality is great๐Ÿ”ฅ That's why at @llamaindex.bsky.social we decided to test it out with our bread and butter: document processing๐Ÿ“„