nicholas-johnson-techxcel
nicholas-johnson-techxcel
**Describe the Bug** Many fields when used make the server return 400 status code, with a body listing the unrecognised fields. For instance, ```python class ExtractParams(pydantic.BaseModel): """ Parameters for the...
**Problem Description** Calls to the network should not be blocking. **Proposed Feature** The functions should be awaitable, please. If people want to make them blocking after that, then they can...
**Problem Description** I do not understand why `scrape_url()` supports headers for authenticating against websites, but `extract()` does not. I either need to use `extract()` with auth headers, or grab the...
**Describe the Bug** The `extract()` method uses the following, which crashes when using a Pydantic model (rather than a `dict[str, Any]`) for the `params` argument: ```python if not params or...
**Describe the Bug** Omitted fields from API response regarding extract credits `extract` should return the extract credits consumed And `credit-usage` should return the number of extract credits remaining, alongside the...
For instance, embedder.embeddings does not exist. MultiQueryInMemoryEmbeddingRetriever does not exist.
### Contact Details _No response_ ### What happened? express-formidable is not installed, stop using it or add it ad a dependency please as per convention ### Bug prevalence This repo...
### Determine this is the right repository - [x] I determined this is the correct repository in which to report this bug. ### Summary of the issue Using VSCode or...
How feasible is it to add support for things like pgvector? Cheers
Why is asyncpg-stubs Pool subscribtable (0.30.1) vs asyncpg Pool not subscriptable (0.30.0)?