[BUG]: Embedding doesn't work
possible bug
### How are you running AnythingLLM?
AnythingLLM desktop app
### What happened?
Trying to embed a 550kb CSV (Doesn't work with other files either, but works from URL's)
The progress bar starts at 0% and just goes to a red 'failed'
Running on M5Max with 128Gb ram. Using Ollama
```
[backend] info: [BackgroundWorkerService] SINGLETON LOCK: Using existing BackgroundService.
[EncryptionManager] Loaded existing key & salt for encrypting arbitrary data.
[VectorDB::LanceDb] Adding new vectorized document into namespace my-workspace
[NativeEmbedder] Initialized Xenova/all-MiniLM-L6-v2
prisma:info Starting a sqlite pool with 37 connections.
[TELEMETRY SENT] {
event: 'documents_embedded_in_workspace',
distinctId: '2ff7a390-fe6b-4392-bd08-139f2b4d1bcd',
properties: {}
}
[RecursiveSplitter] Will split with {
chunkSize: 1000,
chunkOverlap: 20,
chunkHeader: '<document_metadata>\nsourceDocument: ssl.csv\npublis...'
}
[VectorDB::LanceDb] Snippets created from document: 567
[NativeEmbedder] Embedded Chunk Group 1 of 23
[backend] warn: Child process exited with code null and signal SIGTRAP
[bg-worker][Error] error: Worker for job "embedding-worker-1783055911136" exited with code null
```
### Are there known steps to reproduce?
_No response_
### LLM Provider & Model (if applicable)
_No response_
### Embedder Provider & Model (if applicable)
_No response_
0 条评论