Skip to content

Commit

Permalink
Merge branch 'main' into feat/deploy-claude-computer-use
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekbhagwat authored Oct 29, 2024
2 parents 5ea0079 + 846a9ba commit 7b2fbbc
Show file tree
Hide file tree
Showing 7 changed files with 7,969 additions and 2,115 deletions.
27 changes: 27 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ Glickman
Gmb
GmbH
Googlers
Hadoop
HBox
HDFC
HDFS
hdfs
HIDPI
HIGHCPU
HMO
Expand All @@ -138,6 +142,7 @@ Hyperdisk
ICICI
ICML
INFOPLIST
IOMGR
IVF
Isner
JPY
Expand Down Expand Up @@ -174,6 +179,7 @@ LMPA
LOOKBACK
LRESULT
LSTATUS
LSTM
LSum
LTRB
LUVBPTK
Expand All @@ -182,6 +188,8 @@ LangGraph
Lego
Leung
Llion
Loghub
loghub
Logrus
Lottry
MLB
Expand Down Expand Up @@ -254,6 +262,7 @@ RAGAS
RLHF
RMSE
RNNs
RNN
ROOTSPAN
RRF
RTN
Expand All @@ -273,6 +282,7 @@ SEK
SEO
SIMONE
SKUs
SNE
SNB
SPII
SPLADE
Expand Down Expand Up @@ -320,6 +330,8 @@ Traceloop
Trapp
Tribbiani
Tricyle
TSNE
tsne
UDFs
USERDATA
Unimicron
Expand Down Expand Up @@ -407,6 +419,7 @@ bigframes
bigquery
bitcoin
blogs
bml
boundings
bpa
bpd
Expand All @@ -423,9 +436,11 @@ chromadb
cicd
cimg
claude
clf
clickable
clsx
cmap
cnf
codebase
codebases
codefile
Expand All @@ -441,6 +456,8 @@ colvis
colwidth
constexpr
corpuses
countplot
COUNTIF
csa
cse
ctd
Expand All @@ -457,6 +474,7 @@ deepeval
dente
descgen
deskmates
dfs
dino
diy
docai
Expand Down Expand Up @@ -610,6 +628,7 @@ linted
linting
llm
llms
logparser
logprobs
lparam
lxml
Expand All @@ -625,15 +644,18 @@ memes
metadatas
mgrs
miranda
millis
morty
moviepy
mpld
mpn
mrr
multitool
mwouts
nbconvert
nbfmt
nbformat
nbviewer
ncols
ndarray
neering
Expand Down Expand Up @@ -719,6 +741,7 @@ ramen
rapideval
rarians
ratelimit
rbf
redef
repreve
reranked
Expand All @@ -736,6 +759,7 @@ rsp
saaagesh
scann
scattergl
scikit
seaborn
selectbox
sft
Expand All @@ -762,6 +786,7 @@ stuffie
subviews
subword
supima
svm
sxs
tabular
tagline
Expand All @@ -784,6 +809,7 @@ toself
toset
tqdm
traceloop
treeah
tritan
tseslint
tsv
Expand Down Expand Up @@ -841,3 +867,4 @@ youtube
ytd
yticks
zaxis
Zhu
5 changes: 4 additions & 1 deletion embeddings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ This repository explores various techniques and use-cases for embedding in Machi

## Use Cases

- **[use-cases/outlier-detection/bq-vector-search-log-outlier-detection.ipynb](use-cases/outlier-detection/bq-vector-search-log-outlier-detection.ipynb):** Shows how to utilize vector search and BigQuery to identify outlier log entries based on their semantic similarity to other logs.
### Outlier Detection

- **[bq-vector-search-outlier-detection-audit-logs.ipynb](use-cases/outlier-detection/bq-vector-search-outlier-detection-audit-logs.ipynb):** Shows how to detect and investigate anomalies in audit logs using BigQuery vector search and Cloud Audit logs as an example dataset.
- **[bq-vector-search-outlier-detection-infra-logs.ipynb](use-cases/outlier-detection/bq-vector-search-outlier-detection-infra-logs.ipynb):** Demonstrates building a real-world outlier detection using Gemini and BigQuery vector search. Also shows how to tune hyperparameters and evaluate performance using a public HDFS logs dataset.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 7b2fbbc

Please sign in to comment.