Michael Feil

Results 125 comments of Michael Feil

@tjtanaa Both have slightly outdated tech / few recent commits. I think https://github.com/jina-ai/clip-as-service got Jina started in the early days

@vlassisemm Actually hacking in Aleksa's Discord server live on it https://discord.gg/dtNDQhPJ (back at 3pm PST)

@semoal Love the idea - and I also love llamaindex. Im low on time, but I recently opened an issue myself. https://github.com/run-llama/llama_index/issues/10628 Also - feel free to copy anything from...

Exciting, looking forward for the llama index community contribution.

Have you considered grcp protocol? If you fork the project and start building, thats something I potetntially would consider to pull in. Questions: - I have never heard of gzip-requests...

@peebles Thanks for the extensive example. https://stackoverflow.com/questions/43628605/does-the-zlib-module-release-the-global-interpreter-lock-gil-in-python-3 -> I assume this will not affect the GIL or performance. `decompressed_body = gzip.decompress(body)` starlette integration seems elegant and without any extra dependencies...

@peebles the most similar project out there - I think TEI is an exciting project showcasing a new framework in rust (I link rust). here are a couple of key...