CARVIEW |
Select Language
HTTP/2 200
date: Thu, 24 Jul 2025 15:07:27 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/feast-dev/feast.git
etag: W/"8db94d1a630f91659facc403a0ede0bb"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=S3tUIz27K9DlL%2BZ0TlIqMhXyLz6fXTqPvazXFURU%2BUdQKgQ1tJR27dPyE2xZvNDPbOMaqd2WyKzwE3HycmA%2FLlN5Sa0ToIQH%2BolE19%2B6JzN3mO2V%2F9KhEBShBw2qrShqTHISLmGiP2GA8q7pDBPo%2BdJDfRfVpHfPSi7iuSx%2BV8fhTFgPniBZi15VbFnljjpt5wBWKm1IU%2F%2FRBC7hKHYPyYPLEOU9lRr4hPOI3vRo%2FkeZeXlyNj9GKvL5iKFLrEU8j%2FuDTAX0PZEZR5uIz1Gerg%3D%3D--IQ60e31QUmnZVXed--mkvSteqdBhaQ1DKaBMgz3Q%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1296449915.1753369646; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 15:07:26 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Fri, 24 Jul 2026 15:07:26 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AA08:2C724A:57B4D:65E5E:68824C2E
feat: Add retrieve online documents v2 method into pgvector (#5253) · feast-dev/feast@6770ee6 · GitHub
Copy file name to clipboardExpand all lines: sdk/python/feast/feature_store.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/online_stores/postgres_online_store/postgres.py
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit 6770ee6
authored
feat: Add retrieve online documents v2 method into pgvector (#5253)
* feat: add online document retrieval with hybrid search capabilities
Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
* test: add integration tests for hybrid search and document retrieval
Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
* fix formatting
Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
* fix: Refactor string_fields assignment to filter features by dtype and requested features
Signed-off-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
* fix: improve query execution logic in postgres.py
Signed-off-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
* fix linter
Signed-off-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
* fix: simplify sorting logic in query execution
Signed-off-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
* fix formatting
Signed-off-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
* fix: update string feature check to use ValueType enumeration
Signed-off-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
* formatting
Signed-off-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
* fix datetime
Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
---------
Signed-off-by: yassinnouh21 <yassinnouh21@gmail.com>
Signed-off-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>1 parent 0752795 commit 6770ee6Copy full SHA for 6770ee6
File tree
Expand file treeCollapse file tree
3 files changed
+472
-13
lines changedFilter options
- sdk/python
- feast
- infra/online_stores/postgres_online_store
- tests/integration/online_store
Expand file treeCollapse file tree
3 files changed
+472
-13
lines changedsdk/python/feast/feature_store.py
Copy file name to clipboardExpand all lines: sdk/python/feast/feature_store.py+23-4Lines changed: 23 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2097 | 2097 |
| |
2098 | 2098 |
| |
2099 | 2099 |
| |
2100 |
| - | |
2101 |
| - | |
2102 |
| - | |
2103 |
| - | |
2104 | 2100 |
| |
2105 | 2101 |
| |
2106 | 2102 |
| |
| 2103 | + | |
| 2104 | + | |
| 2105 | + | |
2107 | 2106 |
| |
2108 | 2107 |
| |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
2109 | 2128 |
| |
2110 | 2129 |
| |
2111 | 2130 |
| |
|
sdk/python/feast/infra/online_stores/postgres_online_store/postgres.py
Copy file name to clipboardExpand all lines: sdk/python/feast/infra/online_stores/postgres_online_store/postgres.py+275-4Lines changed: 275 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
24 |
| - | |
| 23 | + | |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
| |||
119 | 118 |
| |
120 | 119 |
| |
121 | 120 |
| |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
122 | 127 |
| |
123 | 128 |
| |
124 | 129 |
| |
125 | 130 |
| |
126 | 131 |
| |
127 | 132 |
| |
128 | 133 |
| |
| 134 | + | |
129 | 135 |
| |
130 | 136 |
| |
131 | 137 |
| |
| |||
136 | 142 |
| |
137 | 143 |
| |
138 | 144 |
| |
139 |
| - | |
140 |
| - | |
| 145 | + | |
| 146 | + | |
141 | 147 |
| |
142 | 148 |
| |
143 | 149 |
| |
| 150 | + | |
144 | 151 |
| |
145 | 152 |
| |
146 | 153 |
| |
| |||
308 | 315 |
| |
309 | 316 |
| |
310 | 317 |
| |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
311 | 323 |
| |
312 | 324 |
| |
313 | 325 |
| |
| |||
316 | 328 |
| |
317 | 329 |
| |
318 | 330 |
| |
| 331 | + | |
319 | 332 |
| |
320 | 333 |
| |
321 | 334 |
| |
| |||
331 | 344 |
| |
332 | 345 |
| |
333 | 346 |
| |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
334 | 357 |
| |
335 | 358 |
| |
336 | 359 |
| |
| |||
456 | 479 |
| |
457 | 480 |
| |
458 | 481 |
| |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
459 | 730 |
| |
460 | 731 |
| |
461 | 732 |
| |
|
You can’t perform that action at this time.
0 commit comments