-
I'm hitting an error during F* extraction, when having a hax attribute on a struct field using a `const` generic.
Here is a reproducer (the actual attribute contents may not have much importance):
…
-
Integrate [deepface](https://github.com/serengil/deepface), which includes tools for:
- face recognition,
- face verification,
- face embeddings extraction
- facial attribute analysis (age, gender,…
-
I'm running into an `AttributeError` both with version 1.12.2 and 2.0.0, for which I isolated the following minimal reproduction:
```
Python 3.12.4 (main, Jun 6 2024, 18:26:44) [Clang 15.0.0 (cla…
-
Currently, the extraction strategies schemas are type `Dict[str, Any]` which requires devs to look at the source code of the extraction strategy to see which values are expected and then try to figure…
-
```python
from crawl4ai import WebCrawler
from crawl4ai.chunking_strategy import SlidingWindowChunking
from crawl4ai.extraction_strategy import LLMExtractionStrategy
crawler = WebCrawler()
…
-
### Component(s)
receiver/kafka
### Is your feature request related to a problem? Please describe.
It looks like there is currently no way to access the key of a Kafka message. This feature w…
-
I want to extract a chunk from json with the extract_from_chunk() function but I get an error like this `({'chunk_index': 4, 'source': 'pdf', 'error': "'list' object has no attribute 'to_message'"}, 0…
-
Here are some thoughts concerning fairness evaluation:
### Protected attributes
*Extraction*: As methodologies may implement pre-, in- or post-processing to enhance algorithmic fairness, I think w…
-
It seems that the `refine` attribute does not allow referring to struct fields defined before the field on which the attribute is applied on.
For instance, F* extraction fails on the following exam…
-
```
{{ user.name }}
{{ user.age }}
{{ user.job }}
```
This only extracts "Name" and "Job" (every alternate). If I use `{{ }}` around the string with the `translate` filter, then it works, but this br…