Commit graph

599 commits

Author SHA1 Message Date
Saurav Niraula
88437178b7
Merge pull request #156 from presenton/fix/image-generation
fix(fastapi): returns placeholder image is image provider is not selected
2025-07-29 12:01:01 +05:45
sauravniraula
bb55e6a2d2
fix(fastapi): returns placeholder image is image provider is not selected 2025-07-29 11:55:32 +05:45
sudipnext
71ff6e6adf fix(images): return correct image path after generation (a classic SQLAlchemy "detached instance" bug by making sure to access ORM attributes while the session is still open).
-update Pixabay API to default to per_page3
2025-07-29 11:31:43 +05:45
Saurav Niraula
eb1c2dd143
Update README.md 2025-07-29 09:59:04 +05:45
Saurav Niraula
31aea68f42
Merge pull request #155 from presenton/fix/presentation-api
fix/presentation api
2025-07-29 09:37:03 +05:45
sauravniraula
725da454f3
docs(readme): corrects api endpoint and body 2025-07-29 09:33:17 +05:45
sauravniraula
325ef1e66a
fix(fastapi): fix /generate enpoint to take form data, reduced database calls and makes assets fetch more efficient 2025-07-29 09:30:58 +05:45
Saurav Niraula
f6f70337bc
Merge pull request #153 from presenton/feat/use-presentation-as-template
feat(fastapi): adds an endpoint where you can use generated presentation as template and create new presentation
2025-07-28 18:26:10 +05:45
sauravniraula
4ccf071be6
fix(fastapi): improves presentation export fetch assets to not fetch local app_data files 2025-07-28 18:25:13 +05:45
sauravniraula
d15d0960d0
feat(fastapi): adds an endpoint where you can use generated presentation as template and create new presentation 2025-07-28 17:45:11 +05:45
Saurav Niraula
d08936bd52
Merge pull request #152 from presenton/fix/embedding-issue-in-arm
feat(fastapi): reverts to chromadb, saves embedding model
2025-07-28 16:14:51 +05:45
sauravniraula
65d97b5def
chore(fastapi) 2025-07-28 16:10:57 +05:45
Saurav Niraula
323eb90691
Merge pull request #151 from presenton/fix/general-layout-issues
fix(layout): reduces scatter plot max to 20 from 100
2025-07-28 15:34:41 +05:45
sauravniraula
03e3e0da77
fix(layout): reduces scatter plot max to 20 from 100 2025-07-28 15:33:35 +05:45
Saurav Niraula
cd327451c0
Merge pull request #150 from presenton/fix/embedding-issue-in-arm
fix/embedding issue in arm
2025-07-28 15:17:49 +05:45
sauravniraula
637f3b3dcc
Merge branch 'main' into fix/embedding-issue-in-arm 2025-07-28 15:16:00 +05:45
sauravniraula
b0d521cddc
fix(fastapi): specifies fastembed model to use for embeddings 2025-07-28 15:15:01 +05:45
sauravniraula
fa895d6b94
fix(fastapi): replaces chromadb with qdrant[fastembed] 2025-07-28 14:11:52 +05:45
sauravniraula
eb1af33527
fix(fastapi): replaces fastembed_vectorstore with chroma for ARM compatibility 2025-07-28 12:56:41 +05:45
shiva raj badu
a34d018d0f
fix(Nextjs): update slide ID generation to use uuid & expand slide options to 20 2025-07-28 12:01:41 +05:45
Suraj Jha
4a5cd41209 update: change readme gif 2025-07-27 14:34:06 +05:45
Suraj Jha
5344f9c8ad
Update README.md 2025-07-27 12:52:54 +05:45
Saurav Niraula
4fff0db579
Merge pull request #147 from presenton/fix/ollama-model-config
fix(nextjs): sets ollama url on when llm changes to ollama to make sure llmconfig has ollama url
2025-07-27 01:57:49 +05:45
sauravniraula
c890857fd4
fix(nextjs): sets ollama url on when llm changes to ollama to make sure llmconfig has ollama url 2025-07-27 01:56:30 +05:45
Saurav Niraula
f679e27581
Update README.md 2025-07-26 21:40:58 +05:45
Saurav Niraula
dfa0c5977d
Merge pull request #146 from presenton/fix/custom-models
fix(fastapi): changes custom llm url env name
2025-07-26 21:22:55 +05:45
sauravniraula
3439b42086
fix(fastapi): changes custom llm url env name 2025-07-26 21:22:04 +05:45
sauravniraula
2edea1a4a1
fix(fastapi): changes default layout to general 2025-07-26 21:10:02 +05:45
sauravniraula
782f10ae0a
docs(readme): fix volume mount on docker script 2025-07-26 20:37:28 +05:45
Saurav Niraula
0b8d0ba812
Merge pull request #144 from presenton/fix/presentation-export
fix/presentation export
2025-07-26 20:26:25 +05:45
sauravniraula
b1192e8471
fix(nextjs+fastapi): adds invert in pptx picture box model, which when set inverts the image during export 2025-07-26 20:25:29 +05:45
sudipnext
80226215d1 Refine layouts and update API docs for modern presentation slides
- Remove unused product boxes from ProductOverviewSlideLayout - Only
render business model chart if data is present - Update README to
clarify layout options and fix formatting
2025-07-26 20:25:24 +05:45
sauravniraula
3f76f1872f
fix(nextjs): adds actual placeholder icons as defautl for layout preview 2025-07-26 20:15:48 +05:45
sauravniraula
f7ad01a648
Merge branch 'main' of github.com:presenton/presenton 2025-07-26 20:05:08 +05:45
sauravniraula
fd176113fd
fix(fastapi): handles None chunk for google, better logic for openai 2025-07-26 20:04:51 +05:45
shiva raj badu
c0679259f0
Merge branch 'main' of github.com:presenton/presenton 2025-07-26 19:48:06 +05:45
shiva raj badu
ea1db315d0
Chore: Save Presentation Data Before exports 2025-07-26 19:47:46 +05:45
Suraj Jha
304543fd36 Merge branch 'main' of https://github.com/presenton/presenton
merge
2025-07-26 17:59:08 +05:45
Suraj Jha
3ddea8f206 update: new readme gif 2025-07-26 17:59:00 +05:45
Suraj Jha
ef20e6279d
Update README.md: edit title and description 2025-07-26 17:53:30 +05:45
sudipnext
a450afc3a2 fix: set default value for notes in PresentationOutlineModel and improve response format handling in generate_ppt_outline and fixed OpenAI Streaming Response handling 2025-07-26 15:29:48 +05:45
sauravniraula
25e11dc9ef
chore: removes unused package.json and lock file 2025-07-26 05:36:51 +05:45
sauravniraula
aa63bf213f
docs(readme): adds new env variables 2025-07-26 04:25:19 +05:45
sauravniraula
d672d5ffa5
chore(nextjs): build fix 2025-07-26 04:18:17 +05:45
sauravniraula
011e669cd2
fix(fastapi): makes outline notes optional 2025-07-26 04:07:57 +05:45
sauravniraula
aa0a04e113
Merge branch 'main' of github.com:presenton/presenton 2025-07-26 03:58:39 +05:45
sauravniraula
5e146e5148
Merge branch 'feat/custom_schema_and_layout' 2025-07-26 03:58:10 +05:45
sauravniraula
e25adff64d
fix(nextjs): fix image edit grid issue 2025-07-26 03:50:45 +05:45
sauravniraula
c247f10318
Merge branch 'feat/custom_schema_and_layout' of github.com:presenton/presenton into feat/custom_schema_and_layout 2025-07-26 03:32:01 +05:45
sauravniraula
ab83f4d5e7
fix(nextjs): does not parse sse response twice in outlines 2025-07-26 03:31:55 +05:45