tillwf

Results 6 issues of tillwf

Hello, I'm trying to upload a model generated with TFRanking (32Mb) to BigQuery which I saved like this: ```python signatures = { 'serving_default': make_keras_tft_serving_fn( ranker, tf_transform_output, context_cols, example_cols ).get_concrete_function( tf.TensorSpec(...

When I try to use Google Oauth I get the login page and after choosing my account I get this screen: ![image](https://user-images.githubusercontent.com/7115035/86137347-7ddef280-baed-11ea-86fd-490b9ecdc834.png) and no error on the browser console neither...

For travel albums or for any event, pictures modification time does not reflect the event timeline. It happens a lot that pictures are modify (cropping, enhancements, etc.), and changing their...

enhancement
good first issue
high
1. to develop
feature: timeline

**Describe the bug** Like this issue [BM25 support with Weaviate got broken with Haystack v1.11.0+](https://github.com/deepset-ai/haystack/issues/3720), it seems that MongoDB Document Store can no longer be used with the BM25 node...

P3
1.x

I got this error when I try to launch Rath on the a fresh Ubuntu 22.10. What could I do? ```bash > Rath [master] docker-compose up Building frontend [+] Building...

The Mongo engine does not recognize the vector index: ```python from haystack.document_stores import MongoDBAtlasDocumentStore from haystack.pipelines import Pipeline from haystack.nodes import EmbeddingRetriever import os document_store = MongoDBAtlasDocumentStore( mongo_connection_string=f"mongodb+srv://{os.getenv('MONGO_USER')}:{os.getenv('MONGO_PASS')}@{os.getenv('MONGO_URL')}", database_name=os.getenv("MONGO_DB"), collection_name="articles_embeddings",...

P3
1.x