naveenfaclon

Results 9 comments of naveenfaclon

A decoder-only architecture is being used, but right-padding was detected! For correct generation results, please set `padding_side='left'` when initializing the tokenizer. `tokenizer = AutoTokenizer.from_pretrained(model_id, use_fast=True, padding_side="left", add_eos_token=True, add_bos_token=True)`

how can i use filter and threshold value for this retrieved_docs = Knowledge_vector_database.similarity_search_with_score(query=query, k=5)

anyone faced this error Error: type object 'Pinecone' has no attribute 'Index'

> docsearch=Pinecone.from_existing_index(index_name, embeddings) > > query = "What are Allergies" > > docs=docsearch.similarity_search(query, k=3) > > print("Result", docs) > > NameError Traceback (most recent call last) Cell In[132], line 1...

i used this import pinecone pinecone.Pinecone( api_key = PINECONE_API_KEY, environment = PINECONE_API_ENV ) index_name = "langchainvector" and this docsearch = Pinecone.from_texts(chunks, embeddings, index_name=index_name) i am getting this error ``` PineconeConfigurationError...

in my custom dataset i have two columns only Time and values so how to go ahead with this `for col in df.columns: if df[col].dtype != 'object' and pd.api.types.is_string_dtype(df[col]) ==...

2024-02-28 09:25:22,819 - distributed.protocol.pickle - ERROR - Failed to serialize . Traceback (most recent call last): File "/home/ubuntu/Mistral/new/lib/python3.8/site-packages/distributed/protocol/pickle.py", line 63, in dumps result = pickle.dumps(x, **dump_kwargs) _pickle.PicklingError: Can't pickle :...

No, i didn't get the solution yet

Website is down, not able to open the application.