Muhammad Kharisma Azhari
Muhammad Kharisma Azhari
Please add the feature to be able to select, drag, and resize the drawings or the current live screen board like Microsoft Whiteboard.
Based on what I know, how the Embeddings underlying feature works is the same as the bi-encoder method. If I am using a model that is not trained to be...
I need features like in the [Embeddings](https://neuml.github.io/txtai/embeddings/methods/#txtai.embeddings.base.Embeddings) feature to be able to attach custom IDs to the supplied texts data to the embedding index in the [Similarity](https://neuml.github.io/txtai/pipeline/text/similarity/) feature. Meanwhile, based...
Is Embeddings.search() support GPU? If it is supported, how to use the GPU support? If it is not supported, do I need to revise codes from https://github.com/neuml/txtai/blob/3ced24d7e3ee926e4ef58ed510a1edc3ade2bca8/src/python/txtai/ann/faiss.py#L26 to ```python self.model...
I tried to train/fit ARIMA & Auto ARIMA model with sin pattern datasets but it gives an invalid prediction, even in the first data point is invalid/not meaningful at all....
**Is your feature request related to a problem? Please describe.** I'm always frustrated when trying to train forecasting models because it is slow and not using all my CPU cores....
**Is your feature request related to a problem? Please describe.** I need high-performance results from the best methods. **Describe the solution you'd like** Add auto-ml for SOTA statistics & deep...
**Describe the bug** Error when using this: ```python logging.basicConfig(format="%(levelname)s - %(name)s - %(message)s", level=logging.WARNING) logging.getLogger("haystack").setLevel(logging.DEBUG) ``` ```python def get_online_generator(self, generator_body: GeneratorBody) -> PromptNode: prompt_template = PromptTemplate( prompt=generator_body.prompt, output_parser=AnswerParser() ) generator:...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What is your question? Is the hybrid search of dense, sparse, and colbert...
Every initial test case will fail when `pytest_fixture_setup` is executed. I have compared `pytest==8.1.1` and `pytest==8.2.0`. The 8.1.1 has no error, and the 8.2.0 has an error. My `conftest.py`: ```python...