Edward

Results 16 issues of Edward

## Description Currently, `Doc.to_json()` and `Doc.from_json()` only support custom attributes set on the whole `Doc` object. This `PR` adds support for custom attributes in tokens and spans. ### Types of...

enhancement
feat / doc

## Description This `PR` adds the next version of the`ConsoleLogger` that saves the training logs to a `JSONL` file. It saves every row printed in the console as a `JSON`...

enhancement
feat / training
loggers

``` Failed to compile. ./pages/_app.tsx:8:20 Type error: Type '{ useRootStyles: boolean; initialColorModeName: string; colors: { text: string; textLighter: string; link: string; background: string; heading: string; primary: string; primaryHover: string; secondary:...

## Description This `PR` is the continuation of `PR` #9708 and aims to fix `Issue` #9706. Big thanks to @nrodnova for working on the previous `PR` and creating the `Issue`...

bug
feat / doc
🔜 v4.0

### Discussed in https://github.com/explosion/spaCy/discussions/10861 Using `nlp.rehearse` on a pipelines with a `tok2vec` listener results in `ValueError: [E953] Mismatched IDs`. Originally posted by **nashcaps2255** May 27, 2022 Have a textcat multilabel...

bug
training
feat / textcat

Hey Cohere Team 👋 , I'm currently trying to implement async `Token Streaming` with Cohere (`cohere==4.33`). However, when running this code, I get some errors: ```python completion = co.chat( chat_history=_conversation,...

### Describe your feature request # Background [Weaviate supports t-SNE ](https://weaviate.io/developers/weaviate/api/graphql/additional-properties#feature-projection) as a way to reduce vectors to 2 or 3 dimensions, enabling users to visualize their data. # Request...

feature request

## Description ## Installation - [ ] pip install goldenverba - [x] pip install from source - [ ] Docker installation If you installed via pip, please specify the version:...

bug

## Description Add Llamaparse API to Verba ## Additional context https://docs.llamaindex.ai/en/stable/llama_cloud/llama_parse/

Community PR

## Description Middleware that checks same-origin is preventing from deploying Verba ## Installation - [x] pip install goldenverba - [ ] pip install from source - [ ] Docker installation...

bug
enhancement