st01cs

Results 6 comments of st01cs

> Hello @st01cs thank you for adding this connector to ospdroid, it seems that linting failed, you can install pre-commit and black to get black to automatically format your code....

> To use it, in our case we directly do: > > ```python > from rag.embeddings.infinity import InfinityEmbeddings > EMBED_MODEL = InfinityEmbeddings( > model="jinaai/jina-embeddings-v2-base-es", > ) > ``` > >...

> Hi. I installed the ROCm 6.1 version of pytorch, ran infinity server using that, and then I adapted my code to use the InfinityEmbedding class @semoal provided here. It...

To @Umpire2018 ‘s two concerns in #87 : 1. Planing to support more language (C/C++, Java...) in next step, so importing all tree-sitter-languages. 2. Will submit another commit to replace...

> To @Umpire2018 ‘s two concerns in #87 : > > 1. Planing to support more language (C/C++, Java...) in next step, so importing all tree-sitter-languages. > 2. Will submit...

> > @Umpire2018 Would you like to create another branch for tree-sitter migration? > > @st01cs You can continue working on your PR targeting `main` for developer convenience meanwhile users...