-
```python
from sentence_transformers import SentenceTransformer
import numpy
encoder = SentenceTransformer("sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2")
res = encoder.encode(["a…
-
I am using the Nemo guardrails for off-topic rail functionality
here is the **config.yml** file content
```
instructions:
- type: general
content: |
You are an AI assistant that supp…
-
I'm follow this tutorials: [creating-a-production-ready-llm-powered-agent-with-zenml](https://github.com/zenml-io/zenml-projects/tree/main/llm-agents#creating-a-production-ready-llm-powered-agent-with…
-
## Description
I get the error: '**Field `embedding` should be a string or a string array.**' when I try to use semantic search. Collection has embeddings auto generated as from the example in the …
-
### What happened?
After adding a couple of ollama embeddings to the configuration to start playing with them, some errors immediately appear in the logs, after the 1st request, recurring, every fe…
-
**Describe the bug**
Hi,
I am trying to scrape webpage using SmartScraperGraph, but am constantly getting the following error-
'SmartScraperGraph' object has no attribute 'model_token'
**To Re…
-
**Describe the bug**
I'm running 0.2.4 with local Ollama and there is no outline
**To Reproduce**
Report following things
I'm calling it from the root directry:
```
python examples/run_storm_w…
-
### Your question
Hey,
First of all great work , this library is exactly what I was looking for.
One thing that can be awesome is the ability to use embeddings models, we all know that open source …
-
now, if I run `poetry run pytest` it would run all tests. However, some of them are intended to be integration tests and run with specific setup. For instance:
```text
self = environ({'TERM_PROGRA…
-
### Is there an existing issue for the same bug?
- [X] I have checked the troubleshooting document at https://docs.all-hands.dev/modules/usage/troubleshooting
- [X] I have checked the existing issues…