Skip to content

Commit

Permalink
Update embedding model samples
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Jan 20, 2024
1 parent cc65400 commit 5394c34
Show file tree
Hide file tree
Showing 22 changed files with 154 additions and 407 deletions.
37 changes: 0 additions & 37 deletions 01-chat-models/chat-models-ollama/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions 01-chat-models/chat-models-openai/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions 02-prompts/prompts-basics-ollama/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions 02-prompts/prompts-basics-openai/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions 02-prompts/prompts-messages-ollama/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions 02-prompts/prompts-messages-openai/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions 02-prompts/prompts-templates-ollama/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions 02-prompts/prompts-templates-openai/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions 03-output-parsers/output-parsers-ollama/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions 03-output-parsers/output-parsers-openai/.gitignore

This file was deleted.

9 changes: 9 additions & 0 deletions 04-embedding-models/embedding-models-ollama/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Embedding Models: Ollama

```shell
./gradlew bootTestRun
```

```shell
http :8080/ai/embed
```
Loading

0 comments on commit 5394c34

Please sign in to comment.