Skip to content

Releases: parakeet-nest/parakeet4j

v0.0.7 🐹 [hamster face]

17 Aug 20:50
Compare
Choose a tag to compare

What's new (v0.0.7)

Protected endpoint

If your Ollama endpoint is protected with a header token, you can specify the token like this:

query.setTokenHeaderName("X-TOKEN").setTokenHeaderValue("john doe");

v0.0.6 🐭 [mouse face]

17 Aug 05:14
Compare
Choose a tag to compare

What's new (v0.0.6)

Completion

Verbose mode:

Options options = new Options()
        .setTemperature(0.0)
        .setRepeatLastN(2)
        .setVerbose(true);

Memory Persistent Vector Store

Add additional data to a vector record:

vectorRecord.setText("THIS IS THE CHUNK NUM "+Integer.toString(index.get()));
vectorRecord.setReference("THIS IS THE CHUNK DOC REF");
vectorRecord.setMetaData("THIS IS THE CHUNK META DATA");

v0.0.5 🐨 [koala face]

13 Aug 15:00
Compare
Choose a tag to compare

What's new

Chunk and Split

  • content.ChunkText
  • content.SplitTextWithDelimiter
  • content.SplitTextWithRegex
  • content.GenerateContextFromDocs

Persistent Vector Store

  • embeddings.MapDbVectorStore

Similarities

  • embeddings.MapDbVectorStore.searchTopNSimilarities
  • embeddings.MemoryVectorStore.searchTopNSimilarities

v0.0.4 🐻‍❄️ [polar bear]

26 Jul 12:35
ff858e6
Compare
Choose a tag to compare

What's Changed

  • ✨ Introduce new feature(s): tool support by @k33g in #10

Full Changelog: 0.0.3...0.0.4

v0.0.3 🐼 [panda]

26 Jul 05:59
Compare
Choose a tag to compare

What's Changed

  • ✨ Introduce new feature(s): meta prompts helper by @k33g in #6
  • Function calling by @k33g in #8

Full Changelog: 0.0.2...0.0.3

v0.0.2 🐻 [bear face]

23 Jul 16:51
Compare
Choose a tag to compare

What's Changed

  • Embeddings creation + conversational memory + gardening by @k33g in #2
  • Create documentation by @k33g in #4

New Contributors

  • @k33g made their first contribution in #2

Full Changelog: 0.0.1...0.0.2

0.0.1

21 Jul 17:24
Compare
Choose a tag to compare
✨ Introduce new feature(s): generate and chat completions + stream

0.0.0

07 Jun 07:55
Compare
Choose a tag to compare
0.0.0 Pre-release
Pre-release
GitHub package testing