Commit 84264ef
committed
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2025-10-28)
### Bug Fixes
* improve Ollama availability check to include docker support ([3e95dae](3e95dae))
* optimize PDF chunk processing by reusing chunked text ([3bec8fc](3bec8fc))
* refine logging message for localhost availability check of Ollama ([19ed449](19ed449))
* remove redundant numpy import in asset retriever tests ([36a59f6](36a59f6))
* remove unused tqdm import ([028ff53](028ff53))
* update .gitignore to include qdrant_storage and refine cache patterns ([d0154df](d0154df))
* update datapizza-ai-core version to 0.0.6 ([b07bbf5](b07bbf5))
* update default number of results returned in retrieve method from 5 to 15 ([c6f52e6](c6f52e6))
* update financial profile display to exclude summary notes in table ([74ae2a1](74ae2a1))
* update global balanced allocation to include UltraShort Bond for portfolio simplification ([63a05d5](63a05d5))
* update profile serialization method to model_dump for portfolio generation ([8ae9e23](8ae9e23))
* update versions for fastembedder and qdrant ([137b2ab](137b2ab))
### Features
* add Docker support with Ollama model integration ([#3](#3)) ([0478010](0478010))
* add geographic investment preference ([276204d](276204d))
* add global balanced allocation strategy to portfolio generation prompt ([c30ffbb](c30ffbb))
* add pytest configuration and initial test cases for financial profile and portfolio models ([f4b9dca](f4b9dca))
* add RAG asset retriever and portfolio generation prompt for enhanced investment recommendations ([7dc2247](7dc2247))
* add RAG configuration for asset retriever in .env.example ([eea5a54](eea5a54))
* enhance Dockerfile argument handling ([0d38fea](0d38fea))
* enhance portfolio model to support nested asset allocations and update related tests ([6d7bd9b](6d7bd9b))
* implement portfolio generation and extraction features with structured response handling ([9b15ca3](9b15ca3))
* implement Retrieval-Augmented Generation (RAG) pipeline for document ingestion and LLM interaction ([a9f2b9c](a9f2b9c))
* initialize generated portfolio in session state and add portfolio generation feature ([52bc2cf](52bc2cf))
* streamline financial profile display with table format ([9819f29](9819f29))
* update financial profile display to use DataFrame for table format ([c7b950e](c7b950e))
* update investment question and summary prompt for AI-generated portfolio ([78f4b96](78f4b96))1 parent 9bead27 commit 84264ef
1 file changed
+36
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
1 | 37 | | |
2 | 38 | | |
3 | 39 | | |
| |||
0 commit comments