Jeff
Jeff
I used the following Make sure you install # pip install docx2txt pandas openpyxl and import Pandas import pandas as pd ` # make sure you install pandas and openpyxl...
Is there any documentation on how to write a atom/pulsar plugin.
Try https://huggingface.co/docs/accelerate/en/usage_guides/model_size_estimator
How about something like this ```python import uuid from txtai.embeddings import Embeddings from datetime import datetime, timedelta class TemporalEmbeddings(Embeddings): """ Extends txtAI Embeddings to handle temporal date """ def get_dt_object(self,...