-
I have an issue using Chroma as a vector store.
When attempting to setup a connection with Chroma I get an error regarding needing sqlite3 >= 3.35.0. vectorstore = Chroma( collection_name="full_documents", embedding_function=OpenAIEmbeddings() ) I get the following error: RuntimeError: Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >=…
-
How to get regression coefficients of each model build on a partitioned dataset with python code?
Hi , I have build and deployed liner regression model on a partitioned data, so there is a regression model for each partition. I want to get the regression coefficients of each of those model with a python code or recipe (basically to automate, I do not want to download the coefficients manually). Does anyone has any idea…
-
How to create a hierarchy
Hello, I would like some help to create a hierarchy. Indeed, I have some issues to create one. I have a a raw file such the way explained on the raw excel data (colored) with parents and child IDs and Names and I would like to be able to get 3 tables : One with all the parent and child name, one with all their ID and one…
-
SQL key words
Writing sql query in dataiku, but some key words are not executing dataiku. i would like to understand, the familiar sql tool , is it ssms, workbench etc ? Operating system used: windows Operating system used: windows
-
Best Way to integreate GIT with Code Studio for version control
We have in house python package developed and they are used as main building block for DSS Recipes. And recently we start to integrate Code Studio with hope to use it as the main IDE for development work directly on the cloud. We currently has a Code Env which include all the in house python package we develop, and we can…
-
Long Queue Time in Jupter notebook
Recently we start to experience a long queue time when we run multiple block in DataIKU jupyter notebook. The block will show execution queued and it will take a long time until the block get executed and return the result, even when the block only try to calculate simple formulas like 1+1, and the actual exectuion takes 5…
-
Best practices for real-time APIs?
Has anyone got any best practices they can recommend for development, testing and deploying real-time API services? At the moment we have considered documenting and testing under load. Does the community know of anything else we can add?
-
Recipe failed but notebook runs (same code environment)
My recipe failed to resolve a pip package I installed on code env. The same code runs well on Notebook area but failed on recipe using the same code env. I suspect the recipe uses old version of the code env but I have no way of forcing it to use the latest code env build. How? Operating system used: Windows Operating…