Nuno Campos
Nuno Campos
- [x] Confirm this API is better than a zipped version of this, ie. list of tuples `[(inputs, outputs)]` - [ ] Add tests - [ ] Add example notebook
#171 Note that as per the issue above, even after the two fixes below this test still fails, as the 2nd chunk of the stream never arrives
See stack trace below ``` Traceback (most recent call last): File "/Users/nuno/dev/concat/server-py/concat/conversation.py", line 75, in handle_conversation await run File "/Users/nuno/dev/concat/server-py/concat/agent/openai/openai.py", line 122, in __call__ msg = await ctx.stream_message_async( File "/Users/nuno/dev/concat/server-py/concat/context.py",...
See the last line, looks like the stream iterator might be breaking up parts where it shouldn't? Unless it's an API issue. cc @ddeville ``` Traceback (most recent call last):...
https://github.com/asg017/sqlite-vss I think this is an interesting option, FAISS indices backed with SQLite storage and interface, could be the easiest step up from in memory FAISS to something persisted before...