Matheus Torquato
Matheus Torquato
What is the latest Chart.js compatible version? I'm building a Flask application and my charts go all grey when I use any version of Chart.js after [2.9.4](https://cdnjs.com/libraries/Chart.js/2.9.4). Thanks π
Hummmm, I see, thanks @Jakub-CZ . I was hoping to get something in the same shape as the .csv file available for download. **Date, Time, Value date, Product, ISIN, Description,...
> When I run the function for more than 100 times, I get the following error.. > > Traceback (most recent call last): > File "Optimization_Scipy_03.py", line 179, in >...
Spot on! I had one decision variable with the same lower and upper bounds. Thanks
I'm sorry, I did not find the function in the documentation nor in the [code](https://github.com/EodHistoricalData/python-eodhistoricaldata/blob/master/eod_historical_data/data.py). Can you point me in the right direction or provide a code sample, please? I...
Hi, thanks for answering. No problem. I am already doing that. I was just looking for a more concise way to do it.
`chromadb==0.5.3` I'm having the same problem when doing ```python from langchain_chroma import Chroma vector_store = Chroma.from_documents( documents=docs, embedding=embedding_model, persist_directory=vector_store_path ) ``` Where ```python docs: List[langchain_core.documents.base.Document] embedding: langchain_google_vertexai.embeddings.VertexAIEmbeddings vector_store_path: str ```...
> @matheusft, there are a number of reasons why this may fail. If you change the Embeddings do you still see the same error? > > Can you try with...
> @matheusft, excellent then, let's dig into LC's vertex AI to figure out why this is happening - https://github.com/langchain-ai/langchain-google/blob/main/libs/vertexai/langchain_google_vertexai/embeddings.py > > by the way, Chroma also offers a VertexAI embedding...
> Hey, Currently, RAGatouille can only use `cpu` or `cuda`, as these are hard-coded upstream. There's active work (by @Anmol6) to remove the last few hurdles to being able to...