Abonia Sojasingarayar

Results 9 issues of Abonia Sojasingarayar

I am experiencing an issue with Chroma: `Chroma.from_texts(texts=chunks, embedding=embeddings, persist_directory=config.PERSIST_DIR, metadatas=None)` opt/anaconda3/lib/python3.8/site-packages/langchain/vectorstores/chroma.py", line 27, in (Document(page_content=result[0], metadata=result[1]), result[2]) File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__ pydantic.error_wrappers.ValidationError: 1 validation error for Document...

In databricks I cant able to import langchain. `TypeError: dataclass_transform() got an unexpected keyword argument 'field_specifiers'` Thanks in advance.

Hello, Python version: 3.8.8 NumPy version: 1.24.3 NLTK version: 3.8.1 I have update the numpy and nltk but can't fix gthe below issue: AttributeError Traceback (most recent call last) in...

``` import speech_recognition as sr r = sr.Recognizer() with sr.Microphone() as source: r.adjust_for_ambient_noise(source, duration = 5) print("listening...") # read the audio data from the default microphone audio_data = r.record(source, duration=5)...

Hello I have issue in using dynamic_decode in tfa as below with tensorflow 2.X I really appreciate if anyone have already resolved this issue as I have spent last 4...

Hello, In 4.1.3. Analyzing reverse flows , While running the below cell: ``` escalated_similified_reversed_df = analysis.aggregate_flows(escalated_simplified_df, mode="turn-based",\ on_column="turn_label", max_depth=30, trim_reroutes=False, reverse=True) ``` Getting key error as follow: KeyError: "['path_length', 'is_conversation_start',...

Hello , i would like to to know, in anyway we can make the SAM instance segmenattaion which output the predicted mask with its appropriate label please? https://github.com/NielsRogge/Transformers-Tutorials/blob/master/SAM/Fine_tune_SAM_(segment_anything)_on_a_custom_dataset.ipynb If so...

Hello, It seems the SAM model from the transformers library does not directly support classification tasks out of the box, as it is primarily designed for generating segmentation masks. Any...

Hello, I need a support as Anylabeling quit unexpectedly as because the terminal stopped. I see the below in my terminal : ``` Traceback (most recent call last): File "/miniconda3/envs/anylabeling/lib/python3.8/site-packages/anylabeling/views/labeling/widgets/canvas.py",...