eligrinfeld
ce97671da3
test: add CI/CD workflow
2025-01-05 14:16:31 -07:00
eligrinfeld
66d44c0774
feat(cleanup): Enhanced business data validation and cleaning
...
- Added confidence scoring system (0-1) for data quality
- Implemented strict validation for contact info
- Added batch processing and timeout protection
- Improved error handling with fallbacks
- Added smart caching based on confidence scores
Technical changes:
- Added regex validation for emails, phones, addresses
- Implemented business type detection
- Enhanced post-processing for consistent formatting
- Added JSDoc comments for maintainability
Testing:
- Verified with restaurant and plumber searches
- Confirmed improved data quality
- Validated timeout handling
2025-01-04 21:00:55 -07:00
eligrinfeld
6bcee39e63
feat(cleanup): Enhanced business data validation and cleaning
...
- Added confidence scoring system for data quality
- Implemented strict validation for emails, phones, and addresses
- Added batch processing to prevent LLM overload
- Improved error handling and fallback mechanisms
- Added caching based on confidence scores
Technical changes:
- Added regex validation for contact info
- Implemented scoring system (0-1 scale)
- Added timeout protection for LLM calls
- Enhanced post-processing for consistent formatting
- Added business type detection for context
Breaking changes: None
Dependencies: No new dependencies required
2025-01-04 20:59:00 -07:00
eligrinfeld
fde5b5e318
Add project files:
...
- Add database initialization scripts
- Add configuration files
- Add documentation
- Add public assets
- Add source code structure
- Update README
2025-01-04 17:22:46 -07:00
eligrinfeld
372943801d
Refactor business search functionality:
...
- Add utility functions for business ID generation
- Improve database service with proper types
- Fix type safety issues in search implementation
- Add caching layer for search results
2025-01-04 17:16:22 -07:00
ItzCrazyKns
409c811a42
feat(ollama): use axios instead of fetch
2024-12-26 19:02:20 +05:30
ItzCrazyKns
b5acf34ef8
feat(chat-window): fix bugs handling custom openai, closes #529
2024-12-26 18:59:57 +05:30
ItzCrazyKns
ee68095157
Merge pull request #523 from bart-jaskulski/groq-models
...
Update available models from Groq provider
2024-12-21 18:08:40 +05:30
Bart Jaskulski
960e34aa3d
Add Llama 3.3 model from Groq
...
Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
2024-12-19 08:07:36 +01:00
Bart Jaskulski
4cb38148b3
Remove deprecated Groq models
...
Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
2024-12-19 08:07:14 +01:00
ItzCrazyKns
c755f98230
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2024-12-18 19:42:28 +05:30
ItzCrazyKns
c3a231a528
feat(readme): add discord server
2024-12-16 20:59:21 +05:30
ItzCrazyKns
f30a61c4aa
feat(metaSearchAgent): handle undefined
content for YT. search
2024-12-16 18:24:01 +05:30
ItzCrazyKns
ea74e3013c
Merge pull request #519 from yslinear/hotfix
...
feat(anthropic): update chat models to include Claude 3.5 Haiku and new version for Sonnet
2024-12-15 21:32:49 +05:30
Ying-Shan Lin
1c3c689039
feat(anthropic): update chat models to include Claude 3.5 Haiku and new version for Sonnet
2024-12-13 17:24:15 +08:00
ItzCrazyKns
2c5ca94b3c
feat(app): lint and beautify
2024-12-05 20:19:52 +05:30
ItzCrazyKns
db7407bfac
feat(messageBox): style markdown
2024-12-05 20:19:41 +05:30
ItzCrazyKns
5b3e8a3214
feat(prompts): implement new prompt
2024-12-05 20:19:22 +05:30
ItzCrazyKns
d79d854e2d
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2024-12-02 21:08:06 +05:30
ItzCrazyKns
8cb74f1964
feat(contribution): update guidelines
2024-12-02 21:07:59 +05:30
ItzCrazyKns
f88912784b
Merge pull request #466 from timoa/fix/docs-markdown-lint
...
📚 chore(docs): fix Markdown lint issues in the docs
2024-12-01 21:05:23 +05:30
ItzCrazyKns
e08d864445
feat(focus): only icon on small devices
2024-11-30 20:58:11 +05:30
ItzCrazyKns
e4a0799503
feat(package): bump version
2024-11-29 18:37:02 +05:30
ItzCrazyKns
fdb3d09d12
Merge branch 'feat/single-search'
2024-11-29 18:07:33 +05:30
ItzCrazyKns
dc4a843d8a
feat(agents): switch to MetaSearchAgent
2024-11-29 18:06:00 +05:30
ItzCrazyKns
92f66266b0
feat(agents): add a unified agent
2024-11-29 18:05:28 +05:30
ItzCrazyKns
177746235a
feat(providers): add gemini
2024-11-28 20:47:18 +05:30
ItzCrazyKns
ecad065577
feat(searchAgent): handle empty fileIds
2024-11-27 15:13:46 +05:30
ItzCrazyKns
64ee19c70a
feat(messageHandler): switch to webSearch mode if files
2024-11-25 12:34:37 +05:30
ItzCrazyKns
be745501aa
feat(package): bump version
2024-11-25 12:23:23 +05:30
ItzCrazyKns
aa176c12f6
Merge pull request #484 from ItzCrazyKns/feat/uploads
...
Add file uploads
2024-11-24 20:29:46 +05:30
ItzCrazyKns
4b89008f3a
feat(app): add file uploads
2024-11-23 15:04:19 +05:30
ItzCrazyKns
c650d1c3d9
feat(ollama): add keep_alive param
2024-11-20 19:11:47 +05:30
ItzCrazyKns
874505cd0e
feat(package): bump version
2024-11-19 16:32:30 +05:30
ItzCrazyKns
b4a80d8ca0
feat(dockerfile): downgrade node version, closes #473
2024-11-19 14:40:24 +05:30
ItzCrazyKns
c7bab91803
feat(webSearchAgent): prevent excess results
2024-11-19 10:43:50 +05:30
ItzCrazyKns
a58adbfecc
Update README.md
2024-11-17 23:01:24 +05:30
ItzCrazyKns
9e746aea5e
feat(readme): remove ?
from image URL
2024-11-17 23:01:02 +05:30
ItzCrazyKns
5e1331144a
feat(readme): update readme cache
2024-11-17 22:59:29 +05:30
ItzCrazyKns
d789c970b1
feat(assets): update screenshot
2024-11-17 22:55:57 +05:30
ItzCrazyKns
e699cb2921
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2024-11-17 19:49:22 +05:30
ItzCrazyKns
03eed9693b
Merge branch 'pr/451'
2024-11-17 19:48:56 +05:30
ItzCrazyKns
011570dd9b
Merge pull request #421 from sjiampojamarn/discover-nit
...
Make Discover link to a new tab
2024-11-17 19:40:05 +05:30
Damien Laureaux
f3e918c3e3
chore(docs): fix Markdown lint issues in the docs
2024-11-15 07:04:45 +01:00
ItzCrazyKns
18529391f4
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2024-11-14 13:35:15 +05:30
ItzCrazyKns
a1a7470ca6
feat(package): update markdown-to-jsx
2024-11-14 13:35:10 +05:30
ItzCrazyKns
10c5ac1076
Merge pull request #448 from bastipnt/master
...
add db setup to CONTRIBUTING.md
2024-11-09 20:54:14 +05:30
Sharun
7c01d2656e
fix(EmptyChatMessageInput): focus on mount
2024-11-04 22:00:08 -06:00
litc0de
afb4786ac0
add db setup to CONTRIBUTING.md
2024-11-03 10:33:01 +01:00
ItzCrazyKns
1e99fe8d69
feat(package): bump version
2024-10-31 11:08:49 +05:30