Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
isold23 pushed 23 commits to main isold23/graphrag
- Remove duplicated entried from relationships and nodes (#1333) 83026bd
- Add backwards compatibility patch for vector store (#1334) 0cc79b9
- Add Incremental Indexing v1 (#1318) * Create entypoint for cli and api (#1067) * Add cli and api entrypoints for ... 7235c6f
- move mkdocs-typer to devdeps (#1331) * move mkdocs-typer to devdeps * add .gitattributes for toml parsing issues ... 8302920
- New workflow to generate embeddings in a single workflow (#1296) * New workflow to generate embeddings in a single w... 17658c5
- Transient entity graph (#1349) * Make base_entity_graph transient * Add transient snapshots * Semver * Fix ... 634e3ed
- Updated the variable names within the for-loop to differentiate betwe… (#1356) * Updated the variable names within t... 68dfcee
- Drift Search CLI, API, Docs and Example Notebook (#1348) * Drift CLI and backwards compat * Adding DRIFT Cli, Doc... d9f985a
- Fix init defaults for vector store and img in drift docs (#1357) * Fix init defaults for vector store and img in dri... 1557ce3
- Fix content embedding container name (#1358) 83bd5ce
- Update Incremental Indexing to new embeddings workflow (#1359) 80c0c7b
- Fix Community ID loading for DRIFT search over existing indexes (#1360) 635c211
- Release v0.4.0 (#1361) * Release v0.4.0 * Missing change track a6d9b0c
- Add visualization guide (#1340) 9762f33
- Update CI/CD - skip running unit tests on documentation-only PRs (#1371) 0394b55
- Fix styling and misalignment on drift docs (#1373) 2047c15
- Fix file path issue in the viz guide (#1372) * Fix a file paths issue in the viz guide. * fix formatting a8ccded
- Fix optional covariates check in incremental indexing (#1374) * Fix optional covariates check in incremental indexin... 1661672
- Raise error on empty deltas for incremental indexing (#1375) * Raise error on empty deltas for incremental indexing ... 3d79de9
- [bugfix]Fix query error with --streaming (#1368) * fix streaming output error * add semversioner --------- ... baa261c
- and 3 more ...
isold23 pushed 3 commits to v1.0.0.1 isold23/langflow
isold23 pushed 910 commits to main isold23/langflow
- refactor: update edit messages text on Session view compoenent (#2715) * feat: Add useUpdateMessages hook for updati... b722306
- fix: empty input message on empty streaming (#2729) Fixed streaming bug where it shows a message before starting str... caae43b
- fix: sorting on advanced modal parameters (#2730) Added sorting in advanced values 3d02075
- Add LangWatch Integration (#2608) * First implementation of LangWatch tracer * Update to langwatch 0.1.4 to use r... 89f2f62
- refactor: optimize deletion of messages (#2714) * feat: optimize deletion of messages in SessionView component Th... 2d92233
- fix: component seems to be clickable (#2731) * Changed card to not have shadow on hover if it is a component * re... 643271d
- feat: add logs field to ResultData and Vertex class (#2732) * feat: add logs to ResultDataResponse in schemas.py ... 5346db0
- refactor: move tracers to respective files (#2734) * refactor: move Tracers to respective files * feat(pyproject.... 50dc1e8
- fix: correct type of logs attribute in ResultDataResponse (#2736) 402f1f6
- fix: append new tasks to the end of the list (#2737) fix: append new tasks to the end of the list e5856b3
- feat: add vertical scrolling capability to starter examples (#2739) * Fixed vertical size of newFlowModal * Added... 424118b
- fix: create data component not updating correctly (#2741) * Fix create data component to use update_build_config to ... c989c31
- fix: update appearing when sending the same code (#2742) Fixed bug where the update node appeared after sending the ... b9ef29e
- feat: logs on component output (#2740) * Added tabs and passed the type of the table to the SwitchOutputView compone... 0897ee5
- feat: add new freeze function to component (#2624) * feat: Add new API endpoint for retrieving vertex order This ... 23874b8
- ci: add astra integration tests to CI (#2643) * Add astra integration tests to CI * Add astra integration tests t... ae3439c
- chore(pyproject.toml): update package versions for langflow and langflow-base to 1.0.10 and 0.0.86 respectively (#2746) 7aa4565
- feat: add opentelemetry-instrumentation-fastapi dependency (#2751) Add opentelemetry-instrumentation-fastapi as a de... 6ef0d0c
- refactor: add queries and mutation for authentication refactor (#2754) * feat: add API endpoint for retrieving user ... 13fe129
- feat: Add newFlowModal examples for Sequential Agent, Hierarchical Agent, and Complex Agent (#2756) This commit adds... 51af963
- and 890 more ...
isold23 created a branch on isold23/langflow
main - ⛓️ Langflow is a UI for LangChain, designed with react-flow to provide an effortless way to experiment and prototype flows.
isold23 pushed 2 commits to v1.0.0.1 isold23/langflow
isold23 pushed 415 commits to master isold23/whisper.cpp
- whisper : free whisper_mel instances (#2220) c2bdb96
- whisper : auto-grow working areas for mel_calc_cuda (#2227) * whisper : auto-grow working areas for mel_calc_cuda, f... 20c542c
- ci : fix CUDA builds (#2232) c55964c
- cuda : fix bounds check for src0 rows in MMVQ kernel (#2231) * cuda : fix bounds check for src0 rows in MMVQ kernel ... 99804b0
- cuda : fix HIPBLAS build (#2234) 420b6ab
- whisper : use ggml-cuda in mel calc, set appropriate device (#2236) * whisper : use ggml-cuda in mel calc, set appro... b29b3b2
- scripts : update sync 5b7073c
- ggml : add `ggml_upscale_ext` (ggml/814) * initial commit with CPU implementation of upscale to shape and test, cuda... c4de1e1
- Add missing " (llama/7303) bf9b692
- ggml : tag ggml_tensor::backend as deprecated (llama/7290) 37a72cb
- Avoid unnecessarily disabling CUDA graphs (llama/7302) As discussed in PR #6766, CUDA graphs were being disabled in ... 8d55ccd
- ggml : use dynamic thread scheduling for matrix multiplication (llama/6915) * Just reordering some structs. * Addin... 7178cce
- Add support for properly optimized Windows ARM64 builds with LLVM and MSVC (llama/7191) * logging: add proper checks... 488ad99
- rpc : add command line arg for specifying backend memory ref: #7293 7bd6934
- ggml : rewrite silu and softmax for cpu (llama/7154) This change upstreams llamafile's vectorized expf() functions. ... 574661f
- ggml-quants, llama : removed excess checks (llama/7274) c00149c
- rpc : set SO_REUSEADDR for the server socket (llama/7320) ref: #7293 77d708f
- CUDA: faster large batch FA without tensor cores (llama/7314) ec52f90
- ggml : fix quants nans when all the group weights are very close to zero (llama/7313) 2bc6483
- Update and fix Vulkan soft_max and argsort implementations (llama/7237) * Update and fix Vulkan softmax implementati... b4bb9b9
- and 395 more ...
isold23 pushed 3 commits to main isold23/leveldb
- [jumbo] Add begin()/end() to Slice. This allows this type to meet the requirements of e.g. std::ranges::range, which... 2cc36eb
- Allow compaction to finish in TEST_CompactRange Waits for a current transaction to finish in TEST_CompactRange when ... eb31d19
- Merge pull request #1202 from pkasting/main [jumbo] Add begin()/end() to Slice. 23e35d7
isold23 pushed 160 commits to main isold23/faiss
- Unbreak RAFT conda builds (#3519) Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/351... 849557a
- Bump libraft to 24.06 to unblock nightly RAFT builds (#3522) Summary: Pull Request resolved: https://github.com/face... e188eb3
- Add ABS_INNER_PRODUCT metric (#3524) Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/... e758973
- Adding faiss bench_fw to bento faiss kernel (#3531) Summary: Pull Request resolved: https://github.com/facebookresea... 3a7c718
- Refactor bench_fw to support train, build & search in parallel (#3527) Summary: Pull Request resolved: https://githu... da75d03
- Add SQ8bit signed quantization (#3501) Summary: ### Description Add new signed 8 bit scalar quantizer, `QT_8bit_dire... 33c0ba5
- Fix seg faults in CAGRA C++ unit tests (#3552) Summary: The issue was that `uniform_int_distribution` generates numb... 079fd55
- Non-Blocking AVX512 Build on self-hosted github runner (#3602) Summary: Start beta-testing AVX512 Build on self-host... f821704
- Adding missing includes which are necessary for building (#3609) Summary: Pull Request resolved: https://github.com/... db251e2
- Fix typo in matrix mult (#3607) Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3607 ... 3fe0b93
- Create autoclose GHA workflow (#3614) Summary: After a reviewer labels the issue as "autoclose", issues will be labe... e5ab701
- Rename autoclose to autoclose.yml (#3618) Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/... 036a7e3
- Set verbosoe before train (#3619) Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/361... 444614b
- add dispatcher for VectorDistance and ResultHandlers Summary: Add dispatcher function to avoid repeating dispatching... 261edde
- Add search functionality to FlatCodes (#3611) Summary: Pull Request resolved: https://github.com/facebookresearch/fa... ab109c2
- QINCo implementation in CPU Faiss (#3608) Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/... dd72e41
- Fix CI for AVX512 (#3649) Summary: With the refactoring diff landed in [D59650573](https://www.internalfb.com/diff/D... 749163e
- 1720 - expose FAISS version field to c_api (#3635) Summary: Pull Request resolved: https://github.com/facebookresear... 8b5895f
- First attempt at LSH matching with nbits (#3679) Summary: Pull Request resolved: https://github.com/facebookresearch... aed7b0e
- Add warning on adding nbits to LSH index factory (#3687) Summary: Pull Request resolved: https://github.com/facebook... 0363934
- and 140 more ...
isold23 pushed 157 commits to main isold23/graphrag
- Bump actions/stale from 5 to 9 (#759) Bumps [actions/stale](https://github.com/actions/stale) from 5 to 9. - [Relea... da5ed4b
- Bump openai from 1.37.0 to 1.37.1 (#760) Bumps [openai](https://github.com/openai/openai-python) from 1.37.0 to 1.37... 5eb58b6
- system -> assistant (#773) * system -> assistant * semver 56db78a
- Bump pytest from 8.3.1 to 8.3.2 (#761) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2. - ... 64fe754
- Update issues-autoresolve.yml (#780) Switch the logic to only look for awaiting_response label 4c181a5
- Fix default entity extraction prompt (#781) * fixed default entity extraction prompts * minor changes and formatt... 70bd2d9
- Bump textual from 0.72.0 to 0.74.0 (#762) Bumps [textual](https://github.com/Textualize/textual) from 0.72.0 to 0.74... a1506ad
- Bump lancedb from 0.10.2 to 0.11.0 (#763) Bumps [lancedb](https://github.com/lancedb/lancedb) from 0.10.2 to 0.11.0.... ddbe7e1
- Bump poethepoet from 0.26.1 to 0.27.0 (#764) Bumps [poethepoet](https://github.com/nat-n/poethepoet) from 0.26.1 to ... da100c7
- added default title_column and collection_name values for workflows u… (#677) * added default title_column and colle... fc9f29d
- Gnievesponce/query client vectore store (#771) * added default title_column and collection_name values for workflows... d26491a
- fix community context builder (#783) fix and refactor community context builder Co-authored-by: Alonso Guevara <a... 7e1529a
- Update prompt tune prompts (#794) * Update prompts in prompt tune * Update prompt tuning meta prompts * Semver... 9020df1
- Repair json when LLM returns faulty responses on non json mode (#801) * fixed json issue * change to use try_pars... 487cb96
- Fix embeddings loading on local search cli (#831) * Fix embeddings loading on local search cli * Update lockfile ... 7b656af
- fix json parsing logic and warning message (#833) * fix json parsing logic and warning message * amended warning ... 4822465
- Only repair broken responses (#834) * Only repair broken reponses * Format bd326d2
- Release v0.2.1 (#835) 5326840
- Fix community context builder for local search (#850) * add a check for empty context * remove log and format cod... 8a1221e
- Docs updates aug06 (#852) * Remove outdated references to entity resolution * Clarify covariate extraction * M... c749fe2
- and 137 more ...
isold23 pushed 385 commits to master isold23/ComfyUI
- Update nightly package workflow. e746965
- Handle case in the updater when master branch is not in local repo. 07f6a1a
- Add a way to set custom dependencies in the release workflow. e6829e7
- Update packaging workflow. f82d09c
- Add dpmpp_2s_ancestral as custom sampler (#4101) Adding dpmpp_2s_ancestral as custom sampler node to enable its use ... 9300058
- Active workflow use primary fg color (#4090) ab76abc
- Refactor: Move sd2_clip.py to text_encoders folder. 4ba7fa0
- Less confusing exception if pillow() function fails. c75b506
- Improve artifacts on hydit, auraflow and SD3 on specific resolutions. This breaks seeds for resolutions that are not... 66d35c0
- Remove unnecessary code. 7904063
- Use common function for casting weights to input. 25853d0
- Fix potential issue with non clip text embeddings. 82cae45
- Lower T5 memory usage by a few hundred MB. b85216a
- Lower CLIP memory usage by a bit. 2c038cc
- Fix hunyuan dit text encoder weights always being in fp32. a5991a7
- Fix to get fp8 working on T5 base. c24f897
- Make lowvram less aggressive when there are large amounts of free memory. e2382b6
- Mac supports bf16 just make sure you are using the latest pytorch. 7ad574b
- Basic Flux Schnell and Flux Dev model implementation. 1589b58
- Fix old python versions no longer working. 8d34211
- and 365 more ...
isold23 pushed 13 commits to master isold23/nginx
- Fixed a typo of bpf makefile debug option. 51857ce
- SSL: moved certificate storage out of exdata. Instead of cross-linking the objects using exdata, pointers to configu... f36ff35
- SSL: object caching. Added ngx_openssl_cache_module, which indexes a type-aware object cache. It maps an id to a uni... 7d7e8d2
- SSL: caching certificates. Certificate chains are now loaded once. The certificate cache provides each chain as a u... 78ed123
- SSL: caching certificate keys. EVP_KEY objects are a reference-counted container for key material, shallow copies an... 7ea2fb6
- SSL: caching CRLs. Based on previous work by Mini Hawthorne. 6131451
- SSL: caching CA certificates. This can potentially provide a large amount of savings, because CA certificates can be... 5917e9d
- Updated OpenSSL used for win32 builds. 0e7c9dd
- nginx-1.27.2-RELEASE e24f7cc
- Version bump. 144778a
- QUIC: prevent deleted stream frame retransmissions. Since a2a513b93cae, stream frames no longer need to be retransmi... 3f6d94d
- Configure: MSVC compatibility with PCRE2 10.43. b394d44
- Updated security policy to include disclosure details. f45c270