Commit Graph

92 Commits

Author SHA1 Message Date
PromptEngineer
1a2bedd642
Merge branch 'main' into fix/database-path-auto-detection 2025-07-17 22:20:45 -07:00
PromptEngineer
3e3e83c41a
Update README.md 2025-07-15 01:04:36 -07:00
PromptEngineer
9d9d051d5c
Update README.md 2025-07-14 08:59:47 -07:00
PromptEngineer
92c247b88f
Update README.md 2025-07-14 08:58:28 -07:00
PromptEngineer
a4c318aad0 docs: refresh badges, quick-start notes, and clean up acknowledgments 2025-07-13 14:00:51 -07:00
Devin AI
07d68571e9 docs: remove graph queries reference from Smart Routing feature
- Updated Smart Routing description to remove mention of 'graph queries'
- Changed from 'RAG, direct LLM, or graph queries' to 'RAG and direct LLM responses'
- Addresses PR feedback that graph-related features are not yet enabled

Co-Authored-By: PromptEngineer <jnfarooq@outlook.com>
2025-07-13 06:44:26 +00:00
Devin AI
934891e625 docs: add advanced features documentation and improve dependency info
- Document Query Decomposition with API examples
- Add Answer Verification system documentation
- Document Contextual Enrichment during indexing
- Add Late Chunking configuration details
- Document Multimodal Support with vision model integration
- Add detailed dependency information in installation section
- Improve batch processing documentation with real config examples
- Update Advanced Features section with comprehensive API examples

Co-Authored-By: PromptEngineer <jnfarooq@outlook.com>
2025-07-13 06:37:13 +00:00
Devin AI
7a6d75a74d docs: fix installation instructions and update API documentation
- Fix incorrect repository URL in Docker deployment section
- Update API endpoints to match actual backend implementation
- Add session-based chat endpoints and management
- Document real index management endpoints
- Update model configuration with actual OLLAMA_CONFIG and EXTERNAL_MODELS
- Replace generic pipeline configs with actual default/fast configurations
- Add system launcher documentation and service architecture
- Improve health monitoring and logging documentation
- Update environment variables to match code implementation

Co-Authored-By: PromptEngineer <jnfarooq@outlook.com>
2025-07-13 06:35:35 +00:00
PromptEngineer
0037eec98c docs: add UI preview images and section to README 2025-07-12 22:47:36 -07:00
PromptEngineer
bf406cf549 docs: add retrieval agent mermaid diagram and clean up README sections 2025-07-12 22:22:39 -07:00
PromptEngineer
cd6e569377 docs: update README with badges, features, and repository links 2025-07-12 21:28:49 -07:00
PromptEngineer
2421514f3e Integrate multimodal RAG codebase
- Replaced existing localGPT codebase with multimodal RAG implementation
- Includes full-stack application with backend, frontend, and RAG system
- Added Docker support and comprehensive documentation
- Enhanced with multimodal capabilities for document processing
- Preserved git history for localGPT while integrating new functionality
2025-07-11 00:17:15 -07:00
PromptEngineer
732c57d326
Update README.md
Some checks failed
/ precommit (push) Has been cancelled
2024-11-05 05:53:24 -08:00
Siddhi Velankar
f396f76c60
cleanup readme 2024-10-23 14:46:46 -05:00
Siddhi Velankar
fcd15fc316
add hpu details to README 2024-10-23 14:43:59 -05:00
jxmai
b4322d4805 Fix #789: Update README with instructions for running the quantized Llama3 model 2024-08-20 23:02:57 -05:00
PromptEngineer
a1dea3becb
Update README.md 2024-05-24 16:48:47 -07:00
PromptEngineer
e7311a2c34 added support for llama3 2024-05-03 15:33:16 -07:00
Jorge Campo
1add2efd0a
Fix wrong --qa_save reference in README.MD 2024-02-26 17:40:42 +01:00
PromptEngineer
ed00010666
Update README.md
Added the link to preconfigure VM where the user can run localgpt. 

Updated the README with --qa_save flag.
2024-01-21 23:53:02 -08:00
SanelD
27802c9c63
Fix typo in README 2024-01-05 08:54:26 +01:00
Daren Presbitero
f2c7409af0
Update README.md 2023-12-12 14:38:23 -05:00
Josef Šimánek
1e933b66b4
Update README.md
- fix cpu ingest example
2023-09-19 18:19:07 +02:00
Konrad Höffner
9b3b58034b spellcheck README.md 2023-09-18 10:22:18 +02:00
PromptEngineer
a219bb91d0
Update README.md 2023-09-17 11:44:46 -07:00
PromptEngineer
53ac9227cf
Update README.md 2023-09-15 22:41:42 -07:00
PromptEngineer
0ba1749f91
Update README.md 2023-09-15 22:07:10 -07:00
PromptEngineer
c5551913f0
Update README.md 2023-09-15 20:59:06 -07:00
PromptEngineer
1e24bc23d1
Update README.md 2023-09-14 20:34:47 -07:00
PromptEngineer
545b735e06
Update README.md 2023-09-14 16:30:30 -07:00
PromptEngineer
4c43332952
Update README.md 2023-09-14 16:05:30 -07:00
PromptEngineer
b91bc69f7e
Update README.md 2023-09-14 01:06:05 -07:00
PromptEngineer
fe9663c603
Update README.md 2023-09-14 00:55:57 -07:00
PromptEngineer
5e4c0c73a4
Update README.md 2023-09-13 22:16:15 -07:00
PromptEngineer
a45a138d18
Merge pull request #279 from KonradHoeffner/pr-add-dockerfile
Add Dockerfile for CUDA
2023-08-10 21:18:31 -07:00
PromptEngineer
13989b7c14
Update README.md 2023-08-10 21:00:28 -07:00
Konrad Höffner
bcf7c98c0e add CUDA Dockerfile and .dockerignore 2023-07-31 13:19:18 +02:00
Konrad Höffner
29ba48c1ee
remove manual AutoGPTQ instruction step from README.md
It is not needed anymore with the recent fixed version 0.2.2 in requirements.txt.
2023-07-27 09:28:59 +02:00
Konrad Höffner
447660b6b4
fix duplicate entry in README.md
Also improve spelling.
The duplicate entry got introduced by a recent merge.
2023-07-26 08:54:19 +02:00
PromptEngineer
dfa6f65c16
Merge branch 'main' into patch-1 2023-07-25 23:13:32 -07:00
Konrad Höffner
c0c59c3fc9 Fix AutoGPTQ version to 0.2.2 in requirements.txt. Adapt README.md.
Right now AutoGPTQ 0.3 is installed from requirements.txt and users are then asked to uninstall that and install AutoGPTQ 0.2.2 from source. It is much easier to fix the version to 0.2.2 in requirements.txt in the first place.
Also fix some README.md issues.
2023-07-25 15:58:39 +02:00
Jeffrey Wang
d5c7152874 update README 2023-07-23 21:10:32 -04:00
PromptEngineer
33392b7c92
Merge pull request #205 from SciTechEnthusiast/main
Readme updated with common errors section
2023-07-09 10:37:47 -07:00
PromptEngineer
ec150d83a0
Update README.md 2023-07-04 13:23:28 -07:00
PromptEngineer
cb89c327e0
Update README.md 2023-07-04 13:21:24 -07:00
Jeffrey Wang
4c4c6282ec readme 2023-07-04 12:16:17 -04:00
scitech
365a1b3170 Readme updated with common errors section 2023-07-04 09:07:28 +05:30
PromptEngineer
925d63c667
Merge pull request #189 from PromtEngineer/m2_max
Bug Fix with CPU usage
2023-06-26 19:05:34 -07:00
kenwong91
16aa802b61 doc: modify run_localGPTAPI to run_localGPT_API in README.md 2023-06-26 17:37:34 +08:00
PromptEngineer
9aab283f5d
Update README.md
Revised M1/M2 installation instructions.
2023-06-20 12:48:32 -07:00