Skip to content

Commit

Permalink
Merge pull request #65 from Aleph-Alpha/semantic-search
Browse files Browse the repository at this point in the history
Introduce semantic search endpoint for internal users
  • Loading branch information
ahartel authored Nov 22, 2022
2 parents 4cbe4cf + ea1e585 commit 5cd6d87
Show file tree
Hide file tree
Showing 6 changed files with 304 additions and 163 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.6.1

- Introduce search endpoint for internal users

## 2.6.0

- Introduce Client
Expand Down
2 changes: 2 additions & 0 deletions aleph_alpha_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
QuotaError,
POOLING_OPTIONS,
AsyncClient,
Client,
)
from .aleph_alpha_model import AlephAlphaModel
from .image import ImagePrompt
Expand All @@ -21,6 +22,7 @@
from .tokenization import TokenizationRequest, TokenizationResponse
from .detokenization import DetokenizationRequest, DetokenizationResponse
from .summarization import SummarizationRequest, SummarizationResponse
from .search import SearchRequest, SearchResponse, SearchResult
from .utils import load_base64_from_url, load_base64_from_file
from .document import Document
from .version import __version__
Loading

0 comments on commit 5cd6d87

Please sign in to comment.