-
`from crewai import Agent, Task, Crew
from google.cloud import bigquery
from langchain_google_vertexai import VertexAI
from crewai_tools import SerperDevTool
llm = VertexAI(
temperature=0.0…
-
Hi, nice tool!
The installation went flawlessly.
I then tried the "Research" stream and it returns the error `AttributeError: 'NoneType' object has no attribute 'split'`.
Here is the bash console…
-
Hello,
I would like to use **a custom embedding model** hosted via the **HuggingFace** library other than the ones already available via the Verba interface (Mini-LM, Ada Embedder, and Cohere Embedde…
-
**Describe the bug**
When performing Knn search queries on an index multiple times, with documents being deleted and inserted, the search occasionally does not return any hits.
**To Reproduce**
1…
-
**WebGPU**
Chrome shipped WebGPU [today](https://developer.chrome.com/blog/webgpu-release/) in Chrome 113 Beta.
**Reason for request**
WebGPU is currently a WIP in Firefox and Safari, in addition …
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
I am following the official documentation scrips for semantic cache. In the following code
```
from redisvl.extensions.llmcache import SemanticCache
llmcache = SemanticCache(
name="llmcache", …
-
# Downloading model i.e, model.onnx and tokenizer.json, vocab.txt files from huggingface.
Now I want to pass this local path and dont want fastembed to download from HF. trying below but its not work…
-
executing run_pairwise_ranker.py【trainer.train_ranker(mode=args.mode)】 --> when I executed metrics.evaluate_and_aggregate() in the network_trainer.py file,I noticed that the variable results['model'][…
-
Hi, using pgvector for a client who is on the Supabase service (not hosted). I've enabled pgvector for a schema `my_schema` in their console. I want to use asyncpg with it, but it's not working:
``…