Skip to content

Commit

Permalink
Merge branch 'main' into inardini--batch-pipeline-rag
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner authored Aug 29, 2024
2 parents cc84eaa + 4a89fb0 commit f599b62
Show file tree
Hide file tree
Showing 9 changed files with 4,415 additions and 2,184 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@
/generative-ai/gemini/evaluation/evaluate_langchain_chains.ipynb @eliasecchig @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/gemini/use-cases/retrieval-augmented-generation/rag_qna_with_bq_and_featurestore.ipynb @eliasecchig @lspatarog @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/gemini/tuning/gemini_supervised_finetuning_text_classification.ipynb @gabrielahrlr @eliasecchig @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/open-models/serving @polong-lin @GoogleCloudPlatform/generative-ai-devrel
/generative-ai/open-models/serving/cloud_run_ollama_gemma2_rag_qa.ipynb @eliasecchig @GoogleCloudPlatform/generative-ai-devrel
7 changes: 7 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Noogler
OOTB
Oberst
Olgivanna
Ollama
Omnibox
Onone
Oort
Expand All @@ -157,6 +158,7 @@ SEO
SKUs
SNB
SPII
SPLADE
SSRF
SUBLANG
SWP
Expand Down Expand Up @@ -393,6 +395,7 @@ nmilitary
notetaker
nrows
objc
ollama
onesie
onesies
osx
Expand Down Expand Up @@ -442,11 +445,13 @@ ragdemos
rahhhrr
ramen
rapideval
rarians
ratelimit
repreve
ribeye
ringspun
rpet
rrf
rsp
scattergl
seaborn
Expand All @@ -469,10 +474,12 @@ streamlit
strfreev
stuffie
subviews
subword
supima
tagline
tencel
tfhub
tfidf
tgz
thelook
tiktoken
Expand Down
6 changes: 2 additions & 4 deletions .github/actions/spelling/line_forbidden.patterns
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
\b(?!LangServe\b)(?!langserve\b)[Ll]ang\s?[Ss]erve?\b

# Should be LlamaIndex
\b(?!LlamaIndex\b)[Ll]lama\s?[Ii]ndex?\b
\b(?!LlamaIndex\b)[Ll][Ll]ama\s?[Ii]ndex?\s

# Should be Hugging Face
\s(?!Hugging Face\b)[Hh]ugging\s?[Ff]ace?\b
Expand Down Expand Up @@ -260,9 +260,7 @@
\bVertex\s?Search\b

# Should be Colab
\scolabs?\b
\b[Cc]ollabs?\b
\b[Cc]oLabs?\b
\s(?!Colab)[Cc]o[Ll][Ll]?abs?\b

# Should be Kaggle
\skaggle\b
Expand Down
1,132 changes: 1,132 additions & 0 deletions embeddings/hybrid-search.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit f599b62

Please sign in to comment.