-
### Current Behavior
from langchain.embeddings import HuggingFaceBgeEmbeddings
`model_name = "BAAI/bge-small-en"
model_kwargs = {'device': 'cpu'}
encode_kwargs = {'normalize_embeddings': False}
…
-
ReferenceError: document is not defined
at /Users/shopcratshopcrat/Documents/Dixit/React/Apcrat Projects/shoppiko/admin/node_modules/@samuelmeuli/font-manager/dist/index.js:164:34
at __assig…
-
After upgrading your usb virtual com example to the 2.12.0 version of the SDK on MCUXpresso, I got the following compile error:
`
/lib/gcc/arm-none-eabi/10.3.1/../../../../arm-none-eabi/bin/ld.exe…
-
### Describe the bug
When trying to use Autogen only with [Custom Models](https://microsoft.github.io/autogen/blog/2024/01/26/Custom-Models), the functionality of Group Chat with `select_speaker_pr…
-
Unexpected error during reindex of docs with PPTX files inside
```
coworker-ai | INFO: 24-07-2024 21:05:05 [storageLogger.chat_manager] Re-indexing the documents
coworker-ai | INFO: 2…
-
Hi! I've this error when i try to send first question. How to resolve this error?
2023-12-18 09:03:41 - Loaded .env file
2023-12-18 09:03:41 - Your app is available at http://localhost:8000
Abrie…
-
All these work in CPython. LPython produces an unhandled exception:
```python
from numpy import empty, int16
from numpy import empty, int16
from lpython import (i16, i32, Allocatable)
# d…
-
this gave us lots of trouble when debugging a failed test
```
$ make test-e2e-op [18:13:35]
cd tools; \
go ins…
-
### Related area
Heltec LoRa ESP32 V2
### Hardware specification
esp32-s3
### Is your feature request related to a problem?
Hello,
I am experiencing difficulties connecting my Heltec LoRa ESP…
-
This is my BaseModel:
```python
from django.db import models
from django_softdelete.models import SoftDeleteModel
from django_userforeignkey.models.fields import UserForeignKey
class BaseMode…