Viewing profile — pierrebrunelle
pierrebrunelle
HN member- Joined
- Tue, Jun 15, 2021, 4:53 PM UTC
- HN karma
- 11
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About pierrebrunelle
No profile information was provided.
Recent public activity
- story
-
comment
Comment #45217531
Building an infinite-memory, context-aware, multimodal chatbot is as easy as 600 lines of Pixeltable code. Why? Because Pixeltable is the only multimodal data infrastructure that u…
- story
-
comment
Comment #44962575
Agree...as simple as: @pxt.query def search_documents(query_text: str, user_id: str): sim = chunks.text.similarity(query_text) return ( chunks.where( (chunks.user_id == user_id) # …
-
comment
Comment #44466848
I fully agree and this is why context engineering matters and unifying storage and orchestration and treating agents as just another function call is significant and getting full v…
-
comment
Comment #44022348
It really depends on the use case. For Pixelagent, I don't really look at competition as mentioned by the fact that this is a reference implementation. People should build their ow…
-
comment
Comment #44022329
It all started with https://github.com/pixeltable/pixeltable which is the core project we are actively working on and the problem space of working with video and frames for Compute…
-
comment
Comment #44022296
I like PocketFlow. You beat me on the # of lines of code! But does it provide parallelization, caching, orchestration, versioning, observability, lineage, multi-modal support? As y…
-
comment
Comment #44022200
Congrats! Take whatever you want :) Yes: Memory, observability, versioning, and lineage being built-in is a derivative of unifying orchestration and storage: https://docs.pixeltabl…
-
comment
Comment #44022185
Thanks! https://github.com/pixeltable/pixelagent/tree/main/examples/... for multiple tools/agents. A tool is just a UDF. You can have as many as you want. The goal of this referenc…
-
comment
Comment #44022120
You can indeed turn anything that you want into an MCP server, e.g. https://github.com/pixeltable/pixeltable-mcp-server . Pixelagent is a reference implementation for a multimodal …
-
comment
Comment #43998364
[dead]
- story
-
comment
Comment #43694225
We got sick of fighting with YOLOX's dependency every time we needed to update the integration for a decent object detector demo, so we forked it and fixed the annoying issues. pip…
- story
-
comment
Comment #35758530
ChatGPT directly into Jupyter Notebook with Notebookgpt by Noteable, notebookgpt.com as a plugin: http://notebookgpt.com/
-
comment
Comment #35586623
Also a different one: https://github.com/noteable-io/genai with additional magics.
-
comment
Comment #35158612
Nothing breaks the flow of experimentation in a notebook like an exception. You’re deep in thought, pulling data, and then suddenly everything comes to a halt. To empower you to fi…
- story