hp0404

Results 10 issues of hp0404

Hello! This PR is about: * replacing try/except block inside lemmatizer function * opening files using context managers

Hello, Could you link to a couple of projects built with this template? I think it would help if beginners like me could see how all the parts of the...

Hi there, I'm trying to use huggingface embeddings with elasticvectorsearch, but can't initialize `ElasticVectorSearch` class. I run elastic search locally in docker: ``` docker network create elastic docker run --name...

This PR includes two main changes: - Refactor the `TelegramChatLoader` and `FacebookChatLoader` classes by removing the dependency on pandas and simplifying the message filtering process. - Add test cases for...

This PR updates the `message_line_regex` used by `WhatsAppChatLoader` to support different date-time formats used in WhatsApp chat exports; resolves #4153. The new regex handles the following input formats: ```terminal [05.05.23,...

This PR refactors the ArxivAPIWrapper class making `doc_content_chars_max` parameter optional. Additionally, tests have been added to ensure the functionality of the doc_content_chars_max parameter. Fixes #6027 (issue)

Fixes #5807 (issue) #### Who can review? Tag maintainers/contributors who might be interested: @dev2049

We currently use the library for parsing WOS file contents, which has been incredibly useful in our data processing pipeline. However, we have encountered a new requirement in our workflow....

Hi there! I'm trying to use Article Search API to download articles that are relevant to this query: `("military" OR "soldier*" OR "air force" OR "navy" OR "army") AND ("threat*"...

I was wondering if you'd consider adding a batch inference feature: the ability to submit a set of prompts in one go (e.g. via JSONL) and have the library process...