François-Paul Servant

Results 13 issues of François-Paul Servant

Hi, when writing JSON-LD from Jena, prefixes defined using Jena's setNSPrefix are passed into the @context node, and URIs in the output are shortened accordingly. However, if the URI of...

Integration
Jena

you say that one can find the explnaation about metrics here but it doesn't say what "precision" and "r-precision" are.

I didn't find how to connect from my company's intranet (we connect to the internet through a proxy with username and password) I am able to use the app with...

When connecting at localhost:3000, everything is fine. But when using machine's IP address:3000, even from the same machine (and also using 127.0.0.1:3000), login doesn't work. Seems to be a problem...

eg. uri = "https://stream.watsonplatform.net/speech-to-text/api/v1/customizations" when one may have to use "https://stream-fra.watsonplatform.net/speech-to-text/api/v1/customizations" (of course, solution is easy using an env variable) Best, fps

index() has an index_name param, but not a path. The index is created in "./.ragatouille/colbert/indexes/index_name/" - how to choose this path? It's at least not clear in the doc. (Having...

Hi, just installed RAGatouille on my mac and tried to create an index. It worked. However, output shows several warnings: > UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available....

question
ongoing
Upstream ColBERT Interaction

Hi, some information about hard negative mining? I am a bit confused with this idea. Doesn't it assume that the training set contain a complete list of the positive answers...

Hi, document can be long, and there is this max_document_length and the possibility to split a document during indexing. But a query also could be long. Is this handled somehow...

Create a retriever based on a sentence bert, passing a value, eg. 10, to k param. It is not taken into account when calling the retriever (more values are returned)...