Skip to content

Commit

Permalink
RAG docs for Go (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthecheung authored Jul 12, 2024
1 parent 24e2fbe commit 2e8dde5
Show file tree
Hide file tree
Showing 6 changed files with 911 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs-go/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
WEAVE=$(HOME)/go/bin/weave

all: $(WEAVE) get-started-go.md flows.md models.md prompts.md dotprompt.md pgvector.md cloud-run.md
all: $(WEAVE) get-started-go.md flows.md models.md prompts.md dotprompt.md pgvector.md \
cloud-run.md rag.md

$(WEAVE): ../go/internal/cmd/weave/*.go
go -C ../go install ./internal/cmd/weave
Expand Down
Loading

0 comments on commit 2e8dde5

Please sign in to comment.