Filippo Broggini

Results 31 comments of Filippo Broggini

Hi @jobergum, would you consider this a meaningful query? ```python { "yql": "select content from paragraph where userQuery() or {targetHits: 100}nearestNeighbor(embedding, first_query)", "query": "Where is Waldo?", "input.query(first_query)": "embed(bertModel, Where is...

> What we hope to add soon is support for referencing native request parameters in the embed function. That would be indeed a nice improvement! I am moving this conversation...

From your screenshot, you can clearly see that it mentions python 2.7. You might need to set up a virtual environment which uses Python 3.

A quick search on Google shows that this is an issue related to HuggingFace and not with LangChain. See this [post on StackOverflow](https://stackoverflow.com/questions/69609401/suppress-huggingface-logging-warning-setting-pad-token-id-to-eos-token-id) as an example.

Would you have a sample notebook I could use to test the issue? Not that I am an expert in this ... but I could have a look at it...

A quick update after an initial run of the example training notebook: * I uploaded the `02-basic_training.ipynb` to Google Colab * I selected a T4 GPU * I installed RAGatouille...

@bclavie let me know if I am missing anything ... it seems to be working fine for me with a T4 GPU on Google Colab.

Hi @bclavie, if you see the `#> Joined...` message, then it means it finished the execution of that cell. You can find the additional logs by clicking on Runtime ->...

This seems to be a bug in ColBERT. If for some reason the `for batch_idx, BatchSteps in zip(range(start_batch_idx, config.maxsteps), reader):` loop is not executed, then `batch_idx` is not defined. This...

Hi all, very happy to hear that this feature has already been requested and that is now in your roadmap. I will definitely be able to test this, even in...