Results 18 comments of JPonsa

However, it would be cleaner to have config option to disable cache per request

@insop is there any action from my side?

Note: II had the same issue with HFModel using mistral-7B in the cluster with a more complex example. The example here uses a smaller model just because of what I...

The issue seems to be around Ollama and mistral and how the stop is handled; impacting n>5 processing. I get different behaviours using OllamaLocal(model="mistral") or dspy.OpenAI(api_key="ollama", model="mistral"). However, only gpt3.5...

@tomasonjo Adding the keyword_index_name causes the error below. It complains the index already exists. (1) that is kind of the point. I would like to reuse existing indexes. (2) the...

Please see the output below. I deleted the "keyword" index but the issue persists. I am sure the codes must be almost identical. but could there be subttle differences? For...

I sent you a dump of the db via email. I hope that is ok.

My starting point aren't document chunks. The nodes were created directly in Neo4j by uploading a set of CSV using the bin/neo4j-admin import. Regarding the ValueError, I am not getting...

I could not find a mention of it in the neo4j StackOverflow. Planning to write a post there. However, this is likely neither an issue with neo4j or biocyper but...