Commit Graph

  • f897c696a4 Merge pull request #12 from adamsitnik/publishing main Logan 2025-11-04 10:24:39 -06:00
  • 9465d16d1c Merge pull request #11 from adamsitnik/imgMetadataChanges Logan 2025-11-04 10:24:03 -06:00
  • 02083e9d56 set IsPackable to false by default for all the projects, so only libraries enable it on purpose Adam Sitnik 2025-09-29 17:48:07 +02:00
  • 0a06924e24 move all the common settings to Directory.Build.props file (imported automatically by all the .csproj files in the same folder) Adam Sitnik 2025-08-05 19:03:27 +02:00
  • 9d737647db adjust to image metadata changes: Adam Sitnik 2025-09-29 16:05:29 +02:00
  • 7466118ca3 Merge pull request #10 from adamsitnik/creditsMaxIsNotMandatory Logan 2025-09-22 15:27:05 -06:00
  • e1d4d85801 Merge pull request #9 from adamsitnik/vulns Logan 2025-09-22 15:26:28 -06:00
  • 16ba4af6e2 the "credits_max" property is not mandatory Adam Sitnik 2025-08-05 20:51:33 +02:00
  • 8097768f6a fix: "Found conflicts between different versions of "Microsoft.Bcl.AsyncInterfaces" that could not be resolved." problem: Adam Sitnik 2025-08-05 18:49:24 +02:00
  • 4e6625eb28 fix: Package 'System.Text.Json' 8.0.3 has a known high severity vulnerability Adam Sitnik 2025-08-05 18:38:29 +02:00
  • 14dc8031b4 Merge pull request #8 from run-llama/javier/fix-readme-typo Logan 2024-09-10 16:51:08 -06:00
  • 4bdfda5a69 Fix readme typo Javier Torres 2024-09-10 17:48:08 -05:00
  • 386093670f Merge pull request #7 from run-llama/logan/fix_publish_version v0.1.0 Logan 2024-09-10 16:26:02 -06:00
  • 811d22a084 set version in github action logan/fix_publish_version Logan Markewich 2024-09-10 16:24:49 -06:00
  • 1d236495b8 Merge pull request #6 from run-llama/logan/actions Logan 2024-09-10 16:21:28 -06:00
  • 1083f50581 add format and flesh out actions logan/actions Logan Markewich 2024-09-10 16:11:51 -06:00
  • 7f877a7277 Added XML comments luisquintanilla 2024-07-30 12:09:07 -04:00
  • 2252daf5ce Add Codespaces and devcontainers badges luisquintanilla 2024-07-30 11:37:25 -04:00
  • a02d8b26eb Add devcontainer config luisquintanilla 2024-07-30 11:32:07 -04:00
  • 59f203ea98 Update license luisquintanilla 2024-07-30 11:04:22 -04:00
  • bb8b051d75 Added contributing and main README luisquintanilla 2024-07-30 11:01:14 -04:00
  • c05354b2a4 Add samples README luisquintanilla 2024-07-29 11:52:04 -04:00
  • 143b84e981 Add Hello World Sample luisquintanilla 2024-07-29 11:26:09 -04:00
  • ea0d79faac feat: Update LlamaParseClient to support language and item extraction Diego Colombo 2024-07-23 16:26:39 +01:00
  • 164ea31da4 Merge pull request #3 from colombod/doc-samples-updates Luis Quintanilla 2024-07-17 10:58:07 -04:00
  • d455e7b441 feat: Update LlamaParseClient configuration handling Diego Colombo 2024-07-17 15:52:09 +01:00
  • bad8357dfa Add Getting Started README luisquintanilla 2024-07-16 13:59:03 -04:00
  • d793327379 Merge pull request #2 from colombod/aspire-component Luis Quintanilla 2024-07-16 13:47:34 -04:00
  • a14e76ed15 Removed extension specific project and updated methods based on feedback luisquintanilla 2024-07-16 13:44:23 -04:00
  • ff8f39e517 Add DI extensions and fix sample inmemory issue luisquintanilla 2024-07-16 12:49:04 -04:00
  • 019048db80 Update build version and remove unnecessary variables in dotnet.yml workflow Diego Colombo 2024-07-01 17:46:44 +01:00
  • b557c419a8 Refactor GitHub Actions workflow to output build information Diego Colombo 2024-07-01 16:55:39 +01:00
  • 3fd18cb5f2 Refactor configuration property names for code readability Diego Colombo 2024-07-01 15:47:27 +01:00
  • 0bb84cbec7 refactor: Refactor Configuration and InMemoryFile classes Diego Colombo 2024-07-01 15:45:07 +01:00
  • a4b472509d Refactor Document class constructor signature Diego Colombo 2024-07-01 15:37:31 +01:00
  • b50a0f9076 Refactor LlamaParseClient and LlamaParseClientExtensions Diego Colombo 2024-07-01 15:33:51 +01:00
  • 00d5370fed Refactor LlamaParseClientExtensions.cs for loading data asynchronously Diego Colombo 2024-07-01 15:26:38 +01:00
  • a403209e90 feat: Add new methods for loading data, images, and tables asynchronously Diego Colombo 2024-07-01 15:23:03 +01:00
  • 94f9b00f87 Refactor LlamaParseClient.LoadTablesAsync signature for cancellation Diego Colombo 2024-07-01 15:12:17 +01:00
  • c206392bd0 Refactor BaseRetrieverClient.cs to return an empty array instead of Array.Empty<NodeWithScore>() when nodesWithScores is null. Diego Colombo 2024-07-01 15:07:54 +01:00
  • a45b21db0c Refactor GitHub Actions workflow for releasing Nuget packages Diego Colombo 2024-07-01 15:03:01 +01:00
  • f136bec1df Create dotnet-desktop.yml Diego Colombo 2024-07-01 15:02:21 +01:00
  • 39bcc4d3ce Refactor build version generation in dotnet.yml Diego Colombo 2024-07-01 14:54:39 +01:00
  • 675f5caca6 Refactor build versioning logic in dotnet.yml Diego Colombo 2024-07-01 14:51:38 +01:00
  • 7c121696e1 feat(Job.cs): Add support for real_width and real_height in page metadata Diego Colombo 2024-06-28 23:04:03 +01:00
  • 67ec5e91c3 Set Build Variables Diego Colombo 2024-06-26 01:45:37 +01:00
  • 612802c7b0 Refactor dotnet.yml and csproj files Diego Colombo 2024-06-26 01:41:52 +01:00
  • 3eb4023984 Update build and pack steps in dotnet.yml workflow Diego Colombo 2024-06-26 01:35:30 +01:00
  • dbf243287e Update project files with version number 0.0.0 Diego Colombo 2024-06-26 01:27:48 +01:00
  • b3e05acd3b Set version dynamically based on GitHub run number Diego Colombo 2024-06-26 01:25:28 +01:00
  • a68539f903 Update .github/workflows/dotnet.yml Diego Colombo 2024-06-26 01:23:16 +01:00
  • 871c2c1218 Update .github/workflows/dotnet.yml Diego Colombo 2024-06-26 01:20:36 +01:00
  • 1ccc86b6c1 Refactor build and pack commands in dotnet.yml Diego Colombo 2024-06-26 01:11:38 +01:00
  • f577739f80 build: use Release configuration for dotnet build Diego Colombo 2024-06-26 01:10:15 +01:00
  • bd08d01c09 Update dotnet.yml Diego Colombo 2024-06-26 01:07:27 +01:00
  • 119ce0ca4e Refactor project reference in LlamaParse.csproj Diego Colombo 2024-06-25 20:02:15 +01:00
  • fe6add4dbf Add .NET Aspire workload installation step Diego Colombo 2024-06-25 19:58:41 +01:00
  • 11c2a9fa2b Update project file path for LlamaIndex.Core Diego Colombo 2024-06-25 19:52:17 +01:00
  • d351d6721c Refactor project structure and rename files Diego Colombo 2024-06-25 19:33:25 +01:00
  • 520ba8ed69 Add workflow_dispatch trigger to dotnet.yml Diego Colombo 2024-06-25 19:28:49 +01:00
  • 9722e5b067 Update dotnet.yml Diego Colombo 2024-06-25 19:26:08 +01:00
  • 779a36bf6c Update dotnet.yml Diego Colombo 2024-06-25 19:23:56 +01:00
  • 576d9356f8 Create dotnet.yml Diego Colombo 2024-06-25 19:18:50 +01:00
  • f0cff1ea87 Refactor LlamaParseClientExtensions.cs Diego Colombo 2024-06-25 19:12:06 +01:00
  • d0155f8e40 feat: Add LoadTablesAsync method to LlamaParseClient Diego Colombo 2024-06-25 01:40:46 +01:00
  • f9a4bda12f feat(Job.cs): Add encoding parameter to image metadata Diego Colombo 2024-06-24 20:08:59 +01:00
  • db8a18e780 feat: Add ability to load PDF file by page and include table Diego Colombo 2024-06-24 20:06:07 +01:00
  • a220826b1b Refactor configuration to use ItemType enum for including items Diego Colombo 2024-06-24 19:46:44 +01:00
  • c0e5796d12 refactor: Rename LlamaParseExtensions to LlamaParseClientExtensions Diego Colombo 2024-06-20 19:25:41 +01:00
  • 4bed237c67 Refactor null check in LlamaParseExtensions.cs Diego Colombo 2024-06-20 19:24:44 +01:00
  • afdcbffc5e feat: Add tests for loading PDF files by page and including images Diego Colombo 2024-06-20 19:22:42 +01:00
  • e94b24078c Refactor document creation and yield return in LlamaParseExtensions Diego Colombo 2024-06-20 19:03:00 +01:00
  • 9a5e34c2ff Refactor Document and ImageDocument classes to include a mimeType property Diego Colombo 2024-06-20 18:04:11 +01:00
  • f9a168f9de Refactor LoadImagesAsync to include source node information Diego Colombo 2024-06-20 17:56:52 +01:00
  • c7a8f4f64a Update README.md Luis Quintanilla 2024-06-20 10:08:42 -04:00
  • 973ccb9963 Add vs download links Luis Quintanilla 2024-06-20 10:06:17 -04:00
  • 9810e9fbc4 Add README Luis Quintanilla 2024-06-20 09:58:22 -04:00
  • 79de5ff932 feat: Add support for splitting documents by page Diego Colombo 2024-06-20 16:18:09 +01:00
  • 34b20c3407 Refactor ClientTests and add LoggingHandler Diego Colombo 2024-06-19 11:09:56 +01:00
  • 7e5c3d3d42 Refactor LlamaParseClient and LlamaParseApiClient classes Diego Colombo 2024-06-18 22:04:45 +01:00
  • e14abf8b47 Refactor LlamaParseApiClient.cs: Remove unused CreateJob method Diego Colombo 2024-06-18 22:03:39 +01:00
  • 1ee0b0a5c6 Refactor LlamaParse code: - Updated using statements in Job.cs and LlamaDiagnostics.cs - Renamed class JobFailedException to JobFailedException - Refactored private class Job in LlamaParseClient.cs - Added try-catch block for JobCancelledException in GetResultAsync method of LlamaParseClient.cs - Added async IAsyncEnumerable<ImageDocument> GetImagesAsync method in LlamaParseClient.cs - Refactored LoadDataRawAsync method in LlamaParseClient.cs - Refactored LoadImagesAsync methods in LlamaParseClient.cs - Refactored CreateJob and CreateJobAsync methods in LlamaParseClient.cs - Updated using statements in LlamaParseExtensions.cs - Refactored LoadDataAsync methods in LlamaParseExtensions.cs - Updated record RawResult properties Diego Colombo 2024-06-18 21:30:54 +01:00
  • c9fce5ec87 Refactor BaseRetriever and BaseRetrieverClient classes Diego Colombo 2024-06-18 21:30:10 +01:00
  • 31f117d22e Refactor LlamaParseApiClient class Diego Colombo 2024-06-18 21:28:53 +01:00
  • 072566bed5 Refactor InMemoryFile and LlamaParseApiClient classes Diego Colombo 2024-06-18 21:27:25 +01:00
  • ddc0932ccf feat: Add support for loading data from in-memory files Diego Colombo 2024-06-18 19:08:26 +01:00
  • e5256fc312 Refactor BaseNodeConverter.cs for improved readability and remove unnecessary code Diego Colombo 2024-06-18 17:22:08 +01:00
  • 4e824d3ddf Refactor BaseNodeConverter to support ImageNode deserialization Diego Colombo 2024-06-18 17:01:48 +01:00
  • f299ebaeae Add Aspire sample luisquintanilla 2024-06-18 11:50:13 -04:00
  • f0dd432896 Refactor LlamaParse diagnostics configuration Diego Colombo 2024-06-18 16:29:26 +01:00
  • 4cb6465f6b Refactor LlamaDiagnostics and LlamaParseApiClient classes Diego Colombo 2024-06-18 16:25:39 +01:00
  • f62bdcb412 feat: Add LlamaParseClient class and update LlamaParseExtensions Diego Colombo 2024-06-18 15:35:32 +01:00
  • 5b45381ec3 feat: Add telemetry and diagnostics for LlamaParse Diego Colombo 2024-06-18 15:26:05 +01:00
  • 46b00d9302 feat: Update function and class names in code Diego Colombo 2024-06-18 13:15:54 +01:00
  • 9ea2ecd231 Add LlamaParse constants and update Job and LlamaParse classes Diego Colombo 2024-06-18 11:46:32 +01:00
  • b270003ac1 Refactor DataLoadingTests to remove redundant code Diego Colombo 2024-06-17 22:07:06 +01:00
  • ad8766b124 Refactor LlamaParse class and add LoadDataAsync extension method Diego Colombo 2024-06-17 17:38:08 +01:00
  • 702153b37e feat: Add support for loading and parsing multiple files Diego Colombo 2024-06-17 17:15:18 +01:00
  • 901caf96df feat: Add support for loading PDF files in different formats Diego Colombo 2024-06-14 22:03:49 +01:00
  • d281318cd5 Update target framework to netstandard2.0 in llamaindex.core.csproj and LlamaParse.csproj Diego Colombo 2024-06-14 21:59:56 +01:00