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
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
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
409c811a42
feat(ollama): use axios instead of fetch
2024-12-26 19:02:20 +05:30
960e34aa3d
Add Llama 3.3 model from Groq
...
Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com >
2024-12-19 08:07:36 +01:00
4cb38148b3
Remove deprecated Groq models
...
Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com >
2024-12-19 08:07:14 +01:00
c755f98230
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2024-12-18 19:42:28 +05:30
f30a61c4aa
feat(metaSearchAgent): handle undefined
content for YT. search
2024-12-16 18:24:01 +05:30
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
2c5ca94b3c
feat(app): lint and beautify
2024-12-05 20:19:52 +05:30
5b3e8a3214
feat(prompts): implement new prompt
2024-12-05 20:19:22 +05:30
e4a0799503
feat(package): bump version
2024-11-29 18:37:02 +05:30
fdb3d09d12
Merge branch 'feat/single-search'
2024-11-29 18:07:33 +05:30
dc4a843d8a
feat(agents): switch to MetaSearchAgent
2024-11-29 18:06:00 +05:30
92f66266b0
feat(agents): add a unified agent
2024-11-29 18:05:28 +05:30
177746235a
feat(providers): add gemini
2024-11-28 20:47:18 +05:30
ecad065577
feat(searchAgent): handle empty fileIds
2024-11-27 15:13:46 +05:30
64ee19c70a
feat(messageHandler): switch to webSearch mode if files
2024-11-25 12:34:37 +05:30
4b89008f3a
feat(app): add file uploads
2024-11-23 15:04:19 +05:30
c650d1c3d9
feat(ollama): add keep_alive param
2024-11-20 19:11:47 +05:30
c7bab91803
feat(webSearchAgent): prevent excess results
2024-11-19 10:43:50 +05:30
012dfa5a74
feat(listLineOutputParser): handle unclosed tags
2024-10-30 10:29:21 +05:30
65d057a05e
feat(suggestions): handle custom OpenAI
2024-10-30 10:29:06 +05:30
3e7645614f
feat(image-search): handle custom OpenAI
2024-10-30 10:28:40 +05:30
7c6ee2ead1
feat(video-search): handle custom OpenAI
2024-10-30 10:28:31 +05:30
8fe1b7c5e3
feat(webSearchAgent): revert prompt
2024-10-18 12:01:56 +05:30
6e0d3baef6
feat(dockerfile): update docker image
2024-10-18 11:50:56 +05:30
54e0bb317a
feat(groq): update deprecated models
2024-10-18 11:05:57 +05:30
5aad2febda
feat(messageHandler): fix duplicate messageIDs
2024-10-17 18:50:43 +05:30
3a01eebc04
feat(chat): prevent ws not open errors
2024-10-15 18:04:50 +05:30
b9509a5d41
feat(app): lint & beautify
2024-10-15 16:21:29 +05:30
61c0347ef2
feat(app): add discover
2024-10-15 16:20:45 +05:30
0a7167eb04
feat(search-api): add optimizationMode
2024-10-11 10:54:08 +05:30
7cce853618
feat(providers): add optimization modes
2024-10-11 10:35:59 +05:30
425a08432b
feat(groq): add Llama 3.2
2024-09-26 21:37:05 +05:30
ead2d98a9f
feat(search): update types
2024-09-25 16:54:19 +05:30
2785cdd97a
feat(routes): add search route
2024-09-25 15:27:48 +05:30
1589f16d5a
feat(providers): add displayName
property
2024-09-24 22:34:43 +05:30
1fcd64ad42
feat(docker-file): use SearXNG URL from env
2024-09-05 18:40:07 +05:30
92abbc5b98
feat(webSearchRetriever): use question
instead of input
2024-08-29 16:54:37 +05:30
449684c419
feat(webSearchAgent): update retriever prompt & change temp
2024-08-29 16:51:42 +05:30
f620252406
feat(linkDocument): add error handling
2024-08-29 16:51:12 +05:30
c521b032a7
feat(agents): fix unresloved types
2024-08-25 15:08:30 +05:30
6b8f7dc32c
Merge branch 'pr/309'
2024-08-25 12:03:54 +05:30
8bb3e4f016
feat(agents): update types
2024-08-25 12:03:32 +05:30
51939ff842
feat(webSearchAgent): fix typo, closes #313
2024-08-24 21:48:27 +05:30
c4932c659a
feat(app): lint
2024-07-31 20:17:57 +05:30
8e4f0c6a6d
feat(web-search): add URL & PDF searching capibilities
2024-07-30 10:09:05 +05:30
6f50e25bf3
feat(output-parsers): add line output parser
2024-07-30 10:08:29 +05:30
9abb4b654d
feat(app): handle unhandled exception & rejection
2024-07-30 10:07:28 +05:30