-
I'm using the default LM Studio settings (In Griptape/ComfyUI and on LM Studio) BUt I'm getting the below error
And the text output from Griptape: Tool Task is: 'NoneType' object is not iterable
2…
-
We need to integrate a generic embeddings layer into Apollo.
At the moment, provide a search service which embeds the docsite - see #98 for outstanding work there.
But I'd like an architecture where…
-
In order to know which slides are related to each other and group slides by content, it might be useful to explore text-embeddings. To minimize costs, I propose to try [mxbai-embed-large](https://olla…
-
For those with the [Figink Chrome Extension](https://chromewebstore.google.com/detail/figink/iaieddclhpjmcpigojanfjdmcmgonnac?pli=1) installed, live Figma designs can be embedded in any issue descript…
-
Hello, thanks for sharing the code of this great benchmark!
I have a question about latent embeddings. For neighborhood similarity and information imbalance metrics, the latents obtained by differe…
-
Inside `openai/api_resources/engine.py`, add an `embeddings` method. This method should take the params and return the embeddings from the OpenAI API
-
Hi,
I am processing lots of sequences in a fasta file but esm3-small model failed on the sequence "EHVAATHKTGLDALAELTGAALNSVEKLSELQFQTVRASLEDSTEQGKRVFDARSLHELTALQSEVSQPTEKLVAYGRHLYQIAAGTHAEWRKVAQTRA"…
-
Currently we don't have anything, and the [RAG example](https://github.com/pydantic/pydantic-ai/blob/main/pydantic_ai_examples/rag.py) just uses OpenAI's plain API to generate embeddings.
It seems …
-
Hey,
I have a question about the code. From my understanding, it seems that by setting the `use_embedding` argument to true further creates an additional d-dimensional learnable Embedding for each …
-
I am planning to refactor the [existing Embeddings class](https://github.com/holoviz/lumen/blob/main/lumen/ai/embeddings.py#L6).
The purpose is to supply LLMs with up-to-date or private data using re…