Skip to content

Releases: Phicks-debug/bedrock_llm

Fix bugging problem from _process_prompt

18 Nov 07:24
Compare
Choose a tag to compare
v0.1.8.5

fixing bug from _process_prompt func

Add Embedding model and API optimized performance

17 Nov 20:23
Compare
Choose a tag to compare
v0.1.7

add embedding model support

Fixing bugs and Optimized for Production ready

16 Nov 17:49
Compare
Choose a tag to compare
  • Fix Llama agent, improve agentic prompt, more robust.
  • Improve LLMClient and Agent
  • Improve performance with Cache and Pooling connection with AWS bedrock

Patch for Mistral AI Agent and add RAG examples

11 Nov 14:23
Compare
Choose a tag to compare
v0.1.3.6

update mistral AI agent and new examples

patch for init release

10 Nov 23:46
Compare
Choose a tag to compare
v0.1.3.5

patch v0.1.3.5

Init release

10 Nov 21:57
Compare
Choose a tag to compare
Init release Pre-release
Pre-release

Beta version:

  • Support RAG, sequence flow Text Generate.
  • Support Multi-Turn Conversation.
  • Support Function calling, tool calling.
  • Support Agent, memory management.
  • Integrate with Bedrock Foundation models.
  • Customizable with difference flow and easy to build application.
  • Support async function for creating backend API.