Skip to content

Commit

Permalink
Merge pull request #128 from sergiopaniego/small-typo
Browse files Browse the repository at this point in the history
Fixed typo in RAG with Gemma+ES+HF cookbook
  • Loading branch information
stevhliu committed Jun 27, 2024
2 parents 044ce89 + 70cb94f commit d3f63c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"\n",
"Authored By: [lloydmeta](https://huggingface.co/lloydmeta)\n",
"\n",
"This notebook walks you through building a Retrieve-Augmented Generation (RAG) powered by Elasticsearch (ES) and Hugging Face models, letting you toggle between ES-vectorising (your ES cluster vectorises for you when ingesting and querying) vs self-vectorising (you vectorise all your data before sending it to ES).\n",
"This notebook walks you through building a Retrieval-Augmented Generation (RAG) powered by Elasticsearch (ES) and Hugging Face models, letting you toggle between ES-vectorising (your ES cluster vectorises for you when ingesting and querying) vs self-vectorising (you vectorise all your data before sending it to ES).\n",
"\n",
"What should you use for your use case? *It depends* 🤷‍♂️. ES-vectorising means your clients don't have to implement it, so that's the default here; however, if you don't have any ML nodes, or your own embedding setup is better/faster, feel free to set `USE_ELASTICSEARCH_VECTORISATION` to `False` in the `Choose data and query vectorisation options` section below!\n",
"\n",
Expand Down

0 comments on commit d3f63c4

Please sign in to comment.